Public Sector AR - Multiple Receivable Lines

Has anyone implemented with the Multiple Receivables Lines option enabled and made an enhancement to the Lock-box to get full functionality. Or visa versa, has anyone implemented with Multiple Receivable Lines set to no and created any extionsion to get the mulitple receivable line functionality and allow for COTS Lockbox?

Hello Monique,
Well you can have one invoice generated for an order with multiple lines. This is possible by changing some rules in Account Receivables. Use the grouping rules under setups->autoinvoice in AR. You can club your invoices based on any of the columns of ra_interface_lines_all. Hope this works for you.
Arvind

Similar Messages

  • Multiple Header line in Receiver File adapter

    Hi,
    I have an issue in Receiver File adapter with multiple header lines. I am able to get only 1 header lines in the receiver file but not multiple header lines with 'nl' since it is static in file mode
    [CommunityTag:Header]
    empNo,EmpName,Age
    [CommunityTag]
    I tried with the below in content conversion one as below with no luck
    Root.addHeaderLine=1
    Root.headerLine=[CommunityTag:Header] 'nl' empNo,EmpName,Age 'nl' [CommunityTag]
    Root.fiedSeparator=,
    Root.endSeparator='nl'
    I am getting the Header line as same row as static text.
    Can you advise this.

    Hi Gabriel, I suggest to produce the header lines from additional nodes in the message payload. That means you need to modify the data type of the target message in order to generate an extra structure in the payload. Use constants in message mapping to generate the header column names, e.g.
    <Header>
      <H1>CommunityTag:Header</H1>
      <H2>empNo,EmpName,Age</H2>
      <H3>CommunityTag</H3>
    </Header>
    In content conversion you have to convert the Header row with
    Header.endSeparator='nl'
    You won't need parameter addHeaderLine anymore then.
    Regards, Martin

  • Receiving Transaction Processor fails with multiple distribution lines

    Hi All,
        I am having a problem with 'Receiving Transaction Processor' when receiving is done against a multiple distributions line that has different project, task data.  The concurrent program 'Receiving Transaction Processor' completes normally but when you check the quantity_received in po_line_locations_all table it shows partial quantity received.
    example:
    PO# Test_PO1
    Line#1, Shipment#10001, Dist#101, Quantity Ordered: 1, Amount $1000 (Dollar based line), Project_ID: 335803, Task_ID: 12057618
    Line#2, Shipment#20001, Dist#101, Quantity Ordered: 3, Amount $750, Unit Price: $250, Project_ID: 335803, Task_ID: 12057618
    Line#2, Shipment#20001, Dist#102, Quantity Ordered: 2, Amount $500, Unit Price: $250, Project_ID: 336488, Task_ID: 12121488
    Receiving performed using 'Receiving Transaction Processor' by populating data in RCV_Transactions_Interface and RCV_Headers_Interface tables and it gave following error for one of the distribution
    from po_interface_errors table.
    Line#1, Shipment#10001, Dist#101, Received Amount $400 (Successfully interfaced)
    Line#2, Shipment#20001, Dist#101, Quantity Received: 1 (Successfully interfaced)
    Line#2, Shipment#20001, Dist#102, Quantity Received: 1 (Failed with below error)
    Error_Message: Error: The PROJECT_ID specified is invalid.  The value specified (336804) does not match the expected value (335803).
    Interface_Type: RCV-856
    Error_Message_Name: RCV_INVALID_ROI_VALUE
    Table Name: RCV_HEADERS_INTERFACE
    Note: This happens only when you have different project_id and task_id values on each distribution for Line#2, Shipment#20001
    Please let me know if someone have already came across this issue or if there is already any patch for this issue.
    Any help with this issue is appreciated.
    Thanks,
    Sri

    Hi,
    Probably, if you put this under SCM - Discrete Manufacturing, your question could solicit more replies..
    Rgds,
    Rakesh

  • How to delete multiple empty lines in item assignment block in WebUI

    Hi Experts,
       When i am reading 'BTAdminI' context node data, I am getting empty lines along with data. I can able to delete only one empty lines when its executing second empty line its failing in loop. Can you suggest me how can i delete multiple empty lines. I am using below code.
    DATA: lr_entity1           TYPE REF TO cl_crm_bol_entity,
            lr_current          TYPE REF TO if_bol_bo_property_access,
            lr_iterator         TYPE REF TO if_bol_bo_col_iterator,
            lv_strukname        TYPE strukname,
            dref                TYPE REF TO data,
            lv_thtmlb_tableview TYPE REF TO cl_thtmlb_table_view,
            lr_cn               TYPE REF TO cl_bsp_wd_context_node_tv,
            cr_mixed_node_tv    TYPE REF TO cl_bsp_wd_mixed_node.
        FIELD-SYMBOLS: <fs_line_structure> TYPE data.
        lr_iterator = me->typed_context->btadmini->collection_wrapper->get_iterator( ).
        TRY.
            lr_current = lr_iterator->get_first( ).
          CATCH cx_root.
        ENDTRY.
        WHILE lr_current IS BOUND.
          lr_entity1 ?= lr_current.
          CHECK lr_entity1 IS BOUND.
          lr_entity1->get_attr_struct_name( RECEIVING rv_result = lv_strukname ).
          IF lv_strukname IS NOT INITIAL.
            CREATE DATA dref TYPE (lv_strukname).
            ASSIGN dref->* TO <fs_line_structure>.
            IF <fs_line_structure> IS ASSIGNED.
              lr_current->get_properties( IMPORTING es_attributes = <fs_line_structure> ).
              IF <fs_line_structure> IS INITIAL.
                me->typed_context->btadmini->collection_wrapper->remove( lr_current ).
                EXIT.
              ENDIF.
            ENDIF.
          ENDIF.
          TRY.
              lr_current = lr_iterator->get_next( ).
            CATCH cx_root.
          ENDTRY.
        ENDWHILE.

    Hi Nitish,
    Try below code instead of your code,
    Data:
    lt_empty_lines  TYPE TABLE OF REF TO cl_crm_bol_entity,
    lr_entity TYPE REF TO cl_crm_bol_entity.
    After getting collection from BTadmini use the below code.
    lr_iterator ?= lr_coll->get_iterator( ).
        lr_entity ?= lr_iterator->get_first( ).
        WHILE lr_entity IS BOUND.
          IF lr_entity->is_send_active( ) EQ abap_false.
            APPEND lr_entity TO lt_empty_lines.
          ENDIF.
          lr_entity ?= lr_iterator->get_next( ).
        ENDWHILE.
        LOOP AT lt_empty_lines INTO lr_entity.
          typed_context->btadmini->collection_wrapper->remove( lr_entity ).
          lr_entity->delete( ).
        ENDLOOP.
    Best Regards,
    Dharmakasi.

  • Jobs for EEO-4&5 Report in public sector...

    Hi Gurus!
                   I am working for a public sector PA impl. The client wants EEO 4&5 reports for public sector. We have a standard report for that. But since the report is based on jobs, i wanted to know if the jobs for EEO are the same jobs we have in Org management? or they are different and we need to create new ones for the report exclusively in PA?
    Help urgent...
    Thanks in Advance..
    Soniya Singh

    I have the same task, I've been requested to retrieve the data hehind the report. The main query is nearly 1000 lines long with I'd say two dozen parameters ( both internal and external)
    Its been a nightmare trying to get the main query. I even used TOAD to revtrieve the SQL as the report is being run, but unfortunately you have to replace all the parameters your self.
    Its a monster.. So directing the output to Excel via XML Publisher works ? Does it give you the data in the raw format?

  • Multiple Audio Lines

    hi all,
    Are there any open source projects out there that will show us ways to implement multiple audio lines and allow manipulation of each audio line seperately? e.g volume, pan etc??
    Is anyone working on a project that they would post??
    I have been working on a project which has 8 tracks, i have it playing the 8 tracks of audio but i am simply calling the same play function 8 times with a different file name each time. I use the play method described in the JavaAlmanac.
    If anyone has a project in development or otherwise, i would be very grateful if they would be able to post it here!! I'm sure it will be of benefit to them aswell as everyone else.
    cheers,
    RC

    hello again everyone,
    As no one made any replys to this topic, i will now show you what i have ended up doing to create my multiple track audio sequencer.
    Its not the best in terms of "smart code" but it works, and since i have a deadline for this project, i am happy to get it working no matter what way the code is structured.
    i simply used this file
    import java.awt.*;
    import javax.sound.sampled.*;
    import java.io.*;
    public class AudioTrack0Handler
         boolean mute = false;
         String fileName;
         int loop;
         Clip clip;
         public void play(String file, int loops )
                   fileName = file;
                   loop = loops;
                   try{
                   System.out.println("Play method called file..." + fileName);
                   AudioInputStream stream = AudioSystem.getAudioInputStream(new File("C:\\java\\code\\Audio\\" + fileName ));
                   //AudioInputStream stream = AudioSystem.getAudioInputStream(new File("1.wav"));
                   // At present, ALAW and ULAW encodings must be converted
                   // to PCM_SIGNED before it can be played
                   AudioFormat format = stream.getFormat();
                   if (format.getEncoding() != AudioFormat.Encoding.PCM_SIGNED) {
                        format = new AudioFormat(
                                  AudioFormat.Encoding.PCM_SIGNED,
                                  format.getSampleRate(),
                                  format.getSampleSizeInBits()*2,
                                  format.getChannels(),
                                  format.getFrameSize()*2,
                                  format.getFrameRate(),
                                  true);        // big endian
                        stream = AudioSystem.getAudioInputStream(format, stream);
                   // Create the clip
                   DataLine.Info info= new DataLine.Info(
                        Clip.class, stream.getFormat(), ((int)stream.getFrameLength()*format.getFrameSize()));
                   clip = (Clip) AudioSystem.getLine(info);
                   clip.open(stream);
                   // Start playing
                   clip.loop(loop);
                   //clip.stop();
                   } catch (IOException e) { e.printStackTrace();
                   } catch (LineUnavailableException e) {  e.printStackTrace();
                   } catch (UnsupportedAudioFileException e) { e.printStackTrace();}
         public void stopAudio()
              clip.stop();
              clip.flush();
         public void muteAudio()
              /*Control[] ctrl = clip.getControls();
              for (int i=0; i < ctrl.length; i++)
                   System.out.println(ctrl);
              FloatControl gainControl = (FloatControl)clip.getControl(FloatControl.Type.MASTER_GAIN);
              //double gain = .5D; // number between 0 and 1 (loudest)
              //float dB = (float)(Math.log(gain)/Math.log(10.0)*20.0);
              switch((int)gainControl.getValue())
                             case 0:
                             gainControl.setValue(-80);
                             break;
                             case -80:
                             gainControl.setValue(0);
                             break;
    and created it eight times for 8 audio tracks. i call each track seperately when i need to access the methods. With the stop method and mute method, it also allows me to stop all tracks or mute/unmute individual ones during playback.
    In parts This is a primitve way of doing it (i think) but it will remain here as a guide for anyone who finds it!
    cheers,
    RC

  • Multiple input lines

    How can I get multiple input lines?
    I'm brand new to java and I have searched the web for a little while to find how I can do this. But I couldn't find a thing.
    Until now I have used JOptionPane to have my inputs, is there another way to get input?

    Better yet try this:
    import java.io.*;
    import java.util.*;
    class Inputline1
         public static void main(String args[]) throws IOException
                JOptionPane.showMessageDialog(null,"Enter in strings, 'stop' to stop","Multiple Input",JOptionPane.INFORMATION_MESSAGE);
                ArrayList str=new ArrayList();
                   String tempInput="";                  
                   String output="";
                    while(!(tempInput.equalsIgnoreCase("stop"))){
                   tempInput=JOptionPane.showInputDialog(null,"String input: ","Multiple Input",JOptionPane.INFORMATION_MESSAGE);
                    if(!(tempInput.equalsIgnoreCase("stop")))
                               str.add(tempInput);
                       for(int x=0;x<str.size();x++){
                           String tempInput=(String)str.get(x);                   
                            output+="/n"+tempInput;
    }What I'm using is called an ArrayList. Simply put...it's an array that you don't say how big it is...it automatically knows by how many elements you add to it. It holds objects, and in your case Strings. When you're getting an object from the array you need to typecast is (that's why i have (String) in front of the str.get(x). Because arraylists only hold objects you need to tell it what kind of object you're getting from it when you're assigning your variable. Useful methods are .add() adds an object to the list and automatically resizes it, .remove() removes and object to the list and automatically resized it, .get() retrieving a copy of the object from the list, and .size() returns the length of the list. Check the API for details on it obviously. Well I hope that helped.

  • Multiple tax lines for same item

    Hi,
    Is it possible to have multiple tax lines for same item in an invoice in AR.
    Business Need - A few items have multiple tax applicable ( e.g. VAT, Service tax, etc ). And for regulatory purpose customer wants to show each tax separately.
    please Advise.
    thanks,
    K

    Hi Hikumar,
    With tax groups you have what is called compound taxes.
    A tax group is consisted of more than one tax codes and these tax codes may be related or not to each other,you can also specify the precedence of the tax codes in a tax group.
    On the Invoice or order item line, the tax group code is entered and the tax engine calculates the tax for each tax code that belongs to the tax group.
    If the user wants to see the taxes of this line he will see detailed the tax amounts and rates of each tax code that belong to this group.
    In my case i have used a tax group with 3 tax codes with the structure:
    Item line amount 1000
    1)The first line is a specific sales tax(12%) with taxable basis the amount of the item line=1000*12%=120
    2)The second line is a VAT(23%) tax with taxable basis the amount calculated from the first tax of the group=120*23%=27,6
    3) The third line is a VAT(23%) tax with taxable basis the amount of the item line=1000*23%=230
    For each item line that has the above tax group, the system creates three seperate tax lines
    Your case does not seem so complicate as mine.
    You can find more information on the AR user guide and the Oracle receivables tax manual.
    On which Ebs version are you working on?
    If you sent me more detailed you requirement i can quide you on the way to implement it and test it.
    I hope this helps.
    Regards
    Olga

  • Public sector records managment

    Hai,
    How the business workplace (SBWP) of records management is different from work basket of public sector records manegement?
    Thanks,
    KK

    Hi,
    Business Workplace is a common place to receive and process the workitem.
    And the SAP text mail can be send and receive.
    Refer this [Link|http://help.sap.com/saphelp_nw04/helpdata/en/6c/69bc02418d11d1896e0000e8322d00/frameset.htm] for more information.
    Public sector records managment --  I have no idea, can you tell where you  want to use this.
    Regards,
    Surjith

  • Siebel Public Sector verification Plan Item applet

    In siebel public sector application .we have verification Plan view under Case form applet.We can add a verification template there and associted verification Item will be populated in verification Item child applet .
    We are not allowed to create our own verification Item there.in a scenario of adding a new item ,when you don't have consolidate list of all verfication Item in the begining .I have to go back and create a new template for every new added item and caseworker will end up creating multiple verification template .
    Is there a technical resaon why verification Item can't be created manually .
    What is the business logic of restricting new verification item creation .
    Nidhi Arya

    Hi,
    this message is about no record are selected in applet when you clicking 'Appeal' button. Redo your query, selected one register and press the button. If error persist, you need see the workflow log to investigate this problem.
    You need to find the method which is executed by button. In tools, find for applet name and find the button in Control property. In button register have a property named method. With this named method, you can find in tools or bookshelf what this method do.
    Regards.

  • SAP Procurement for Public Sector package

    Hi All,
    does anyone have any useful info on what is actually included in the SAP Procurement for Public Sector package?
    I've read the solution brief which is really general and doens't actually give any details.
    What I'm after is to know which components of SRM are actually included in this licensing package?
    Thanks
    Chris

    Hi Chris,
    I'm part of the IBU for Public Sector, specializing in the SAP PPS Package. 
    HIGH-LEVEL PACKAGE CONTENTS (a.k.a. BOM):
    - SAP SRM (current GA release based on 5.0; Q4 08 planned release is based on 7.0)
    - SAP Document Builder (current GA release v 2.0; Q4 08 planned release has v 3.0)
    - SAP NW Records Management/Case Management (rights to use for any procurement scenarios - HR, FI, other uses require additional licenses)
    - Enhancements to these components and SAP ERP 2005 that are known in the technical component list as Government Procurement 1.0 (in the current GA release) or Government Procurement 7.0 (in the Q4 08 release).
    COMPONENT EXPLANATIONS:
    - When we say "SAP SRM", generally we mean "the combined package of engines that were formerly sold as single components", including Strategic Sourcing, Bidding Engine, Auctions, MDM Catalog (only - not all MDM is included), etc.  Legally, I cannot say "all SRM components" because the list may be changed periodically, but I cannot think of a particular exception either.
    - SAP Document Builder is currently not sold separately.
    - SAP NetWeaver Records and Case Management are not the ones used in CRM - these are the standard delivered apps for Records and Case Management with SAP, used to accomplish several PPS scenarios.
    CLARIFICATIONS:
    NOTE1: product PPS should NOT be referred to as "SAP Government Procurement", which is a retired product name. The term "Government Procurement" today only refers to the technical set of enhancements, and is an internal convention within SAP, so you won't see it referred to normally.
    NOTE2: eSourcing is not the same as SRM. eSourcing is not part of PPS, and is not part of the license for PPS.  We do not recommend a customer to buy both eSourcing and PPS, since they address different needs and pains. e.g., PPS should be considered when integration with ERP is important.
    NOTE3: ERP 6.0 is required for PPS customers, but SRM 'core' does not have that dependency.  It's too long to explain here, but suffice to say you wouldn't expect to be able to run an XBOX game on your 1986 Nintendo console.  We cannot run most new PPS functionality on older ERP releases for much of the same reason: we have been building new functionality as quickly as NetWeaver gave us the tools to do so.  If this stuff were easy it've been done by now - by SAP and our competitors.
    However, rest assured ERP PRs (and SOs) can still start the process as well as SRM Shopping Carts and POs are replicated to ERP so follow-on GR/IR can be done in ERP.
    Enhancements have been made to ERP 6.0 as well, including in the base release, and in EhP 3 and EhP 4 of ERP 6.0, which will be important with the Q4 08 PPS planned release, to enable signifcant new complex line item and pricing functionality and other features. And again - you can run Classic + Extended Classic using the Ext Classic BADI.
    NOTE4: ERP 6.0 is not part of the PPS BOM and no ERP 6.0 rights are included.  Customers must have Business Suite or other ERP user licenses in conjunction.
    NOTE5: Customers with SRM licenses today may convert their license to PPS. This is done on a case-by-case basis, so SRM customers in Public Sector are not required to migrate or convert - contact your SAP AE for details if you need more information.
    For more information, you can contact me at: FirstnamedotlastnameatSAPdotcom.
    Rules prohibit me from typing the address into the answer, but I am the Field Services contact for partners in the Americas for this product so it's appropriate in this case to contact me directly.
    Thanks to SDN regular Andreas Muno for sending me your Post so that I could respond.
    Best regards,
    Rebecca Hughes

  • Enhancement for Public Sector - HCM

    Dear Colleagues
    I am a beginner and I would like to ask your help for the following:
    I need to run some transactions/reports related to Public Sector in HR. I have the 6.0 version installed so the enhancement is already available but I can´t find it. I received the instruction that I need to activate it but I don´t know how, can you help me with this?
    I also need the confirmation regarding the effects that might come with the activation of the enhancement; will I lose some customizing tables/parts of the standard SAP HCM?
    Thank you very much for your help.
    Best Regards
    Sofia

    Dear Expert
    I am not sure if I totally understood your awser but I my problem is to find the Public Sector Enhancement  specifically for HR. I have several IS, and none IS-PS.  I am looking in SE80, to activate it. Am I checking in the wrong place?
    When you refered to T77s0, I don´t have any IS-PS there sorry
    Hope I made myself clear, if not please inform me.
    I would like to thank you already for your help
    Many thanks
    Sofia

  • Passing Public IPs through multiple ASA's (Part 2) - Continued

    This is the continuation of an issue posted on : https://supportforums.cisco.com/discussion/12463791/passing-public-ips-through-multiple-asas-part-1

    Here is a Show Run from the 5510 (heavily filtered)
    names
    name 10.40.0.0 MCST-FW-Net
    name 70.x.x.179 Masked_FW_Outside
    name 70.x.x.185 Dummy description Placeholder for 182
    name 10.40.128.25 EMAIL
    name 10.40.0.4 OpenVPN
    name 68.x.x.176 NEW_WAN
    name 10.39.0.2 CORE-ASA 
    name 70.x.x.224 PublicIPs
    dns-guard
    interface Ethernet0/0
     nameif outside
     security-level 0
     ip address 68.x.x.178 255.255.255.240
    interface Ethernet0/1
     nameif inside
     security-level 100
     ip address 10.40.0.1 255.255.255.0
    interface Ethernet0/2
     shutdown
     no nameif
     no security-level
     no ip address
    interface Ethernet0/3
     shutdown
     no nameif
     no security-level
     no ip address
    interface Management0/0
     shutdown
     no nameif
     no security-level
     no ip address
     management-only
    boot system disk0:/asa825-13-k8.bin
    ftp mode passive
    dns domain-lookup outside
    dns server-group DefaultDNS
     domain-name MASKED
    same-security-traffic permit inter-interface
    same-security-traffic permit intra-interface
    object-group service TCP-Services tcp
     port-object eq 10101
     port-object eq 123
     port-object range 15000 19999
     port-object eq 2000
     port-object eq 2195
     port-object eq 2196
     port-object eq 5038
     port-object eq 5061
     port-object eq 5228
     port-object eq 5229
     port-object eq 5230
     port-object eq 5432
     port-object eq h323
     port-object eq www
     port-object eq https
     port-object eq kerberos
     port-object eq ldap
     port-object eq ldaps
     port-object eq sip
     port-object eq smtp
     port-object eq ssh
     port-object eq citrix-ica
     port-object eq 943
     port-object eq pptp
     port-object eq imap4
    object-group service UDP-Services udp
     port-object eq 1718
     port-object eq 1719
     port-object eq 2727
     port-object eq 3478
     port-object eq 4500
     port-object eq 4520
     port-object eq 4569
     port-object eq 5000
     port-object range 50000 54999
     port-object range 60000 61799
     port-object eq 88
     port-object eq domain
     port-object eq sip
     port-object eq syslog
     port-object eq ntp
     port-object eq 1194
     port-object eq 8888
    object-group protocol VPN-Traffic
     protocol-object esp
     protocol-object ah
    object-group service TCP-Services-Inbound
     service-object esp
     service-object tcp eq 5228
     service-object tcp eq 5229
     service-object tcp eq 5230
     service-object tcp eq 5432
     service-object tcp eq ssh
    object-group service UDP-Services-Inbound udp
     port-object eq 4500
     port-object eq domain
     port-object eq isakmp
    object-group network test
     network-object 10.40.0.2 255.255.255.255
    object-group service DM_INLINE_UDP_2 udp
     port-object eq 4500
     port-object eq isakmp
    object-group icmp-type DM_INLINE_ICMP_1
     icmp-object echo
     icmp-object echo-reply
    object-group icmp-type DM_INLINE_ICMP_2
     icmp-object echo
     icmp-object echo-reply
    object-group service DM_INLINE_TCP_2 tcp
     group-object Samsung_TCP_Ports
     port-object eq www
     port-object eq https
    object-group network DM_INLINE_NETWORK_1
     network-object MCST-FW-Net 255.255.0.0
     network-object 70.x.x.160 255.255.255.224
    object-group service DM_INLINE_SERVICE_1
     service-object tcp eq 1701
     service-object udp eq 4500
     service-object udp eq isakmp
     service-object udp eq ntp
     service-object tcp eq www
    object-group service DM_INLINE_SERVICE_2
     service-object tcp eq https
     service-object udp eq 1194
     service-object udp eq 8080
    object-group service DM_INLINE_SERVICE_3
     service-object icmp
     service-object tcp eq https
    object-group protocol DM_INLINE_PROTOCOL_1
     protocol-object udp
     protocol-object tcp
    object-group protocol TCPUDP
     protocol-object udp
     protocol-object tcp
    object-group protocol DM_INLINE_PROTOCOL_2
     protocol-object udp
     protocol-object tcp
    object-group network publicips
    access-list inside_access_in extended permit ip PublicIPs 255.255.255.240 any
    access-list inside_access_in extended permit ip host 70.x.x.225 any
    access-list inside_access_in extended permit ip host 70.x.x.236 any
    access-list inside_access_in extended permit udp MCST-FW-Net 255.255.0.0 any object-group UDP-Services log
    access-list inside_access_in extended permit tcp MCST-FW-Net 255.255.0.0 any object-group TCP-Services log
    access-list inside_access_in extended permit esp MCST-FW-Net 255.255.0.0 any log
    access-list inside_access_in extended permit udp MCST-FW-Net 255.255.0.0 any object-group DM_INLINE_UDP_2 log
    access-list inside_access_in extended permit tcp MCST-FW-Net 255.255.0.0 any object-group DM_INLINE_TCP_2 log
    access-list inside_access_in extended permit icmp MCST-FW-Net 255.255.0.0 any log
    access-list inside_access_in extended permit tcp 10.10.10.0 255.255.255.0 any eq 873 inactive
    access-list inside_access_in extended permit object-group DM_INLINE_SERVICE_2 host OpenVPN any
    access-list inside_access_in extended permit udp host 70.x.x.182 any eq 1194
    access-list inside_access_in extended permit tcp host 70.x.x.182 any eq ssh
    access-list inside_access_in extended permit ip host 70.x.x.231 any log
    access-list inside_access_in extended permit ip host 70.x.x.232 any
    access-list inside_access_in extended permit ip host 70.x.x.233 any log
    access-list inside_access_in extended permit ip NEW_WAN 255.255.255.248 interface inside inactive
    access-list inside_access_in extended deny ip any any log
    access-list inside extended permit tcp 70.x.x.240 255.255.255.240 72.x.x.64 255.255.255.224 object-group TCP-Services
    access-list inside extended permit udp 70.x.x.240 255.255.255.240 72.x.x.64 255.255.255.224 object-group UDP-Services
    access-list outside extended permit udp 72.x.x.64 255.255.255.224 70.x.x.240 255.255.255.240 object-group UDP-Services
    access-list outside extended permit tcp 72.x.x.64 255.255.255.224 70.x.x.240 255.255.255.240 object-group TCP-Services
    access-list outside_access_in remark STEALTH RULE
    access-list outside_access_in extended deny ip any host Masked_FW_Outside log
    access-list outside_access_in extended permit ip any PublicIPs 255.255.255.240
    access-list outside_access_in extended permit ip any host 70.x.x.225
    access-list outside_access_in extended permit ip any host 70.x.x.231 log
    access-list outside_access_in extended permit ip any host 70.x.x.232
    access-list outside_access_in extended permit ip any host 70.x.x.233 log
    access-list outside_access_in extended permit ip any host 70.x.x.236 log
    access-list outside_access_in extended permit esp any 70.x.x.160 255.255.255.224 log
    access-list outside_access_in extended permit object-group DM_INLINE_SERVICE_1 any 70.x.x.160 255.255.255.224 log
    access-list outside_access_in extended permit object-group DM_INLINE_SERVICE_3 any 70.x.x.160 255.255.255.224
    access-list outside_access_in extended permit udp any host 70.x.x.182 eq 1194
    access-list outside_access_in extended permit tcp any host 70.x.x.182 eq ssh
    access-list outside_access_in remark Ping
    access-list outside_access_in extended permit icmp any host 10.40.0.33 inactive
    access-list outside_access_in extended permit tcp any 70.x.x.160 255.255.255.224 object-group TCP-Services inactive
    access-list outside_access_in extended permit udp any 70.x.x.160 255.255.255.224 object-group UDP-Services inactive
    access-list outside_access_in extended permit ip PublicIPs 255.255.255.240 NEW_WAN 255.255.255.248 inactive
    access-list outside_access_in extended deny ip any any log
    access-list Mobility_Infrastructure_access_in remark Ping Test
    access-list inside_access_out extended permit ip any any log
    access-list inside_access_out extended permit esp any object-group DM_INLINE_NETWORK_1 log
    access-list inside_access_out extended permit icmp any any
    access-list Inside2_access_in extended permit ip 10.39.0.0 255.255.255.0 any
    access-list Inside2_access_in extended permit ip any 10.39.0.0 255.255.255.0
    pager lines 24
    logging enable
    logging timestamp
    logging console debugging
    logging monitor informational
    logging buffered debugging
    logging trap informational
    logging history critical
    logging asdm warnings
    logging device-id hostname
    mtu outside 1500
    mtu inside 1500
    ip verify reverse-path interface outside
    ip verify reverse-path interface inside
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-647.bin
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 1 0.0.0.0 0.0.0.0
    static (inside,outside) 70.x.x.182 10.40.0.7 netmask 255.255.255.255
    static (inside,outside) 70.x.x.180 10.40.0.2 netmask 255.255.255.255
    static (inside,outside) 70.x.x.181 10.40.0.17 netmask 255.255.255.255
    static (outside,inside) 10.40.0.7 70.x.x.182 netmask 255.255.255.255
    static (outside,inside) 10.40.0.2 70.x.x.180 netmask 255.255.255.255
    static (outside,inside) 10.40.0.17 70.x.x.181 netmask 255.255.255.255
    static (inside,outside) PublicIPs PublicIPs netmask 255.255.255.240
    access-group outside_access_in in interface outside
    access-group inside_access_in in interface inside
    access-group inside_access_out out interface inside
    route outside 0.0.0.0 0.0.0.0 68.101.41.177 1
    route inside 10.40.64.0 255.255.192.0 10.40.0.17 1
    route inside 10.40.128.0 255.255.192.0 10.40.0.17 1
    route inside 10.50.0.0 255.255.255.0 10.40.0.21 1
    route inside 10.50.0.11 255.255.255.255 10.40.0.21 1
    route inside 10.50.112.0 255.255.255.0 10.40.0.21 1
    route inside 10.60.0.233 255.255.255.255 10.40.0.21 1
    route inside PublicIPs 255.255.255.224 10.40.0.21 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    aaa authentication enable console LOCAL
    aaa authentication ssh console LOCAL
    http server enable
    http server session-timeout 10
    http 0.0.0.0 0.0.0.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    no sysopt connection permit-vpn
    sysopt noproxyarp inside
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    telnet timeout 5
    ssh 0.0.0.0 0.0.0.0 inside
    ssh timeout 5
    console timeout 30
    threat-detection basic-threat
    threat-detection statistics
    threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200
    webvpn
     service-type nas-prompt
    class-map inspection_default
     match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
     parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
     class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny
      inspect sunrpc
      inspect xdmcp
      inspect sip
      inspect netbios
      inspect tftp
      inspect ip-options
      inspect icmp
    service-policy global_policy global
    privilege cmd level 3 mode exec command perfmon
    privilege cmd level 3 mode exec command ping
    privilege cmd level 3 mode exec command who
    privilege cmd level 3 mode exec command logging
    privilege cmd level 3 mode exec command failover
    privilege cmd level 3 mode exec command vpn-sessiondb
    privilege cmd level 3 mode exec command packet-tracer
    privilege show level 5 mode exec command import
    privilege show level 5 mode exec command running-config
    privilege show level 3 mode exec command reload
    privilege show level 3 mode exec command mode
    privilege show level 3 mode exec command firewall
    privilege show level 3 mode exec command asp
    privilege show level 3 mode exec command cpu
    privilege show level 3 mode exec command interface
    privilege show level 3 mode exec command clock
    privilege show level 3 mode exec command dns-hosts
    privilege show level 3 mode exec command access-list
    privilege show level 3 mode exec command logging
    privilege show level 3 mode exec command vlan
    privilege show level 3 mode exec command ip
    privilege show level 3 mode exec command ipv6
    privilege show level 3 mode exec command failover
    privilege show level 3 mode exec command asdm
    privilege show level 3 mode exec command arp
    privilege show level 3 mode exec command route
    privilege show level 3 mode exec command ospf
    privilege show level 3 mode exec command aaa-server
    privilege show level 3 mode exec command aaa
    privilege show level 3 mode exec command eigrp
    privilege show level 3 mode exec command crypto
    privilege show level 3 mode exec command vpn-sessiondb
    privilege show level 3 mode exec command ssh
    privilege show level 3 mode exec command dhcpd
    privilege show level 3 mode exec command vpn
    privilege show level 3 mode exec command blocks
    privilege show level 3 mode exec command wccp
    privilege show level 3 mode exec command dynamic-filter
    privilege show level 3 mode exec command webvpn
    privilege show level 3 mode exec command module
    privilege show level 3 mode exec command uauth
    privilege show level 3 mode exec command compression
    privilege show level 3 mode configure command interface
    privilege show level 3 mode configure command clock
    privilege show level 3 mode configure command access-list
    privilege show level 3 mode configure command logging
    privilege show level 3 mode configure command ip
    privilege show level 3 mode configure command failover
    privilege show level 5 mode configure command asdm
    privilege show level 3 mode configure command arp
    privilege show level 3 mode configure command route
    privilege show level 3 mode configure command aaa-server
    privilege show level 3 mode configure command aaa
    privilege show level 3 mode configure command crypto
    privilege show level 3 mode configure command ssh
    privilege show level 3 mode configure command dhcpd
    privilege show level 5 mode configure command privilege
    privilege clear level 3 mode exec command dns-hosts
    privilege clear level 3 mode exec command logging
    privilege clear level 3 mode exec command arp
    privilege clear level 3 mode exec command aaa-server
    privilege clear level 3 mode exec command crypto
    privilege clear level 3 mode exec command dynamic-filter
    privilege cmd level 3 mode configure command failover
    privilege clear level 3 mode configure command logging
    privilege clear level 3 mode configure command arp
    privilege clear level 3 mode configure command crypto
    privilege clear level 3 mode configure command aaa-server
    prompt hostname context
    no call-home reporting anonymous
    call-home
     profile CiscoTAC-1
      no active
      destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
      destination address email [email protected]
      destination transport-method http
      subscribe-to-alert-group diagnostic
      subscribe-to-alert-group environment
      subscribe-to-alert-group inventory periodic monthly
      subscribe-to-alert-group configuration periodic monthly
      subscribe-to-alert-group telemetry periodic daily
    Cryptochecksum:bd962a8c0dd6b27b5b024778602f8b60
    : end

  • Multiple Receiving Quality Collection Plans

    I am trying to setup collection plans to capture results when receiving a PO. I am able to see only 1 collection plan and i don't see my new collection plan, is there any profile option or setup to enable multiple receiving collection plans ?
    Thanks,
    Aarti

    Hi,
    We have an OPM template ( TEMPLATE OPM RECEIVING INSPECT ) from which you have to build your own collection plan.
    I have some old notes from the past which I will share with you here.
    RECEIVING INSPECTION AND OPM QUALITY AND COLLECTION PLAN ERROR DEBUGGING INFORMATION
         Steps Required Prior to Executing Test
    1.     In Oracle Quality, new Quality collection elements and collection plan have been seeded.
    2.     In Oracle Inventory, item is Process Quality enabled.
    3.     In OPM Quality System Parameters, set Lot Optional to Yes and Delayed Lot Entry to No.
    4.     In OPM Quality, optionally set up an OPM sampling plan for incoming inspection.
    5.     In OPM Quality, create an approved item specification and a supplier specification validity rule associated with the sampling plan.
    6.     a) In Oracle Quality, create a collection plan (e.g. call it OPM RECEIVING INSPECTION and copy elements from the seeded collection plan from 1 above called TEMPLATE OPM RECEIVING INSPECT ) with seeded collection elements that correspond with the OPM Quality sample group.
    The Collection Plan will be setup by the end-user with Collection Triggers so that, only for specific conditions allowed by the collection triggers for the Inspection transaction, will this collection plan be applicable during RCV Transaction (aka enabling)
    .e.g. for Quality Collection Transaction. ‘Inspection Transactions (Oracle Purchasing) set up Collection trigger of ‘Item’ Condition ‘equals’ and From value of ‘9010’.
    7.     After the plan has been copied over, please verify if all the elements and actions are correctly copied over. The details of elements and actions are listed out in the Technical Design document for reference. For example, verify that actions for assigning a value to the Sample Disposition Code, Quantity, Inspection Result are present. Verify that the Action on Inspection Result for Accept and Reject are correct etc. Please verify the element settings such as Mandatory-flag, read-only flag etc are as per the Technical Design document .
    8.     Also, navigate to Quality à Setup à Collection Elements form and verify the Sample Disposition Code seeded element is correctly seeded – Refer to Technical Design document for reference.
    9.     In Oracle Quality, the profile option QA: PO Inspection set to “Oracle Quality” instead of “Oracle Purchasing”.
    10.     In Purchasing Receiving Options, set Receipt Routing to ‘INSPECTION REQUIRED’
    User Implementation Guide consideration for Receiving Inspection.
    1. It is recommended that the total receipt line quantity be recorded as either the amount of material accepted or rejected based on the final sample group disposition, since partial quantities typically do not apply to Process items.
    i.e If the Inspection result is “Accept” then Accepted Quantity must be equal to Quantity and Rejected Quantity must be zero. If the Inspection result is “Reject” then Rejected Quality must be equal to Quantity and Accepted Quantity must be zero.
    2. With reference to the ‘Reject the Input’ action with an error message to prevent recording inspection when sample disp is Pending or Cancel etc., there is one point to note, viz. - When you have a ‘Reject the Input’ action, there is a corresponding error message this column is not a Translated column.. Hence the Quality Manager who manages collection plans setup, can alter this message content to suit their needs as appropriate during implementation.
    3. It was also clarified that in Oracle Quality, user can enter more than one row of result in the collection plan. In the OPM scenario, most of the times, user will enter only one row of result and this is the recommendation.
    4. To ensure that the tie-up between the quality records and the sample inspection in the OPM data model for future usage is operative, then please make sure that Oracle Alerts sub-system in functioning.
    Debgging information
    1. If get error
    APP-QA-16135: Quality Results cannot be entered because no Collection Plans apply" in the Receiving Transaction form.
    a,. Add a transaction named "Inspection Transaction" to this plan
    b, . Don't setup a spec for this collection plan in Oracle Quality - so under the Specification pushbutton, the 'No specifications used' radio button will be selected
    2. Is the receiving option receipt routing set to ‘Inspection required”
    3.The design does not allow for accept or reject of partial quantities – is the ct using partial quantities ?
    4.This is a one shot deal on the collection plan entering of quality results. Is the ct trying to re-enter results in the collection plan again?
    5. Receiving inspection requires the sample group to be at a final disposition. Is the customer using single sample, sample groups or multi-sample sample groups when this occurs? Is the automatic single sample disposition workflow set to auto or manual?
    Because neither the quantity or sample result is being picked up, maybe the sample group for the sample(s) is not at a final disposition. This may explain why this is being regarded as intermittent.
    6. Note bug 5300577
    Once a sample or sample group has been assigned a final disposition of Accept, Accept with Variance, Reject, or Cancel, it should not be updateable to another disposition. Please check what is the customer's scenario that allows them to change from the Reject disposition to Accept with Variance. Are they entering a second sample against the same receipt and sample group as the first sample? Or perhaps the second sample belongs to a different sample group than the first sample?
    7. To clarify . When you open the screen to enter results in Oracle Quality, it will reflect whatever is the current sample group disposition that corresponds to the item/receipt. I believe collection plans in Oracle Quality only allow data to be entered and saved once. After this point, the user cannot go back to this screen from Oracle Purchasing. If the user does not save any data, then s/he can re-enter the form multiple times and see the up-to-date sample group disposition automatically populated.
    8. In Oracle Quality, user can enter more than one row of result in the collection plan. In an OPM scenario, most of the times, user will enter only one row of result.

  • Screen came up with multiple colored lines

    When I plugged my phone into the wall to charge it came up with multiple colored lines. It has never done this. I immediately unplugged it and plugged it into my computer. When it started to sync it made a noise like when you scrunch up a piece of paper. The screen looked fine at this point. I checked a few minutes later and a message came up saying that no calls could be sent or received. Contact an apple dealer. I have not downloaded any thing that would be a no, no. Oh and now it won't charge. But it gets really hot to the touch when plugged into charge. It just gives a low battery warning. What did I do wrong???????

    Sounds like your logic board went bad. Contact Apple and get it serviced.
    1-800-MY-IPHONE
    Dave M.
    MacOSG Founder/Ambassador  An Apple User Group  iTunes: MacOSG Podcast
    Creator of 'Mac611 - Mobile Mac Support' (designed exclusively for an iPhone/iPod touch)

Maybe you are looking for

  • Ipod in windows, but not in updater or itunes

    I followed the help/support links for both updating the ipod and the "windows sees it but itunes doesn't" but none of the tips worked. I reinstalled itunes and have the most recent ipod updater installed, but when i go to update it says "Plug in an i

  • Mac mini won't boot after 10.6.8 Update

    I've recently installed the latest update and now I'm stuck on the grey logo with the spinning wheel. I've reset the pram etc and when sarting in verbose mode it seems to be stalling at the following stage. CSRUSBBluetoothHCIController::setupHardware

  • Xml to Oracle (Update more than one row)

    Hi, I want to update more than one row in table from .xml file. My xml file is as follows: <ROOT> <PROFILE PROFILEMASTER_PKEY="54" DB_MSTR_PKEY="2" PROFILE_NAME="Bhushans" DELIMETER="~" PRE_PROCESSOR="1" POST_PROCESSOR="10" PRE_PROCESSOR_TYPE="1" POS

  • Batch Processing Recursively

    I have just started to play with the batch processing feature of Acrobat Pro v.6 on Windows. I wanted to update the "Title" info inside the "Document Properties" area for a bunch of files that get indexed by our search appliance. Our naming conventio

  • GPO Filtering for a user of computer settings.

    I have defined a GPO with only the computer settings and I would like to exclude a particular user from this GPO, can I achieve this with GPO filtering?