R12 Upgrade: ra_territories, ar_location_rates, ar_location_values table Absoluted and if yes then what are the replacement tables?

Hi,
We are in the R12 Upgrade process and having doubt in ra_territories, ar_location_rates, ar_location_values tables.
Please clarify are they got absolutes or we have replacement tables for these?
Regards,
Uday

Hi,
I see you are confused between using ra_interface_lines_all and API. The AR Invoice can be created in two method.
1. Using Autoinvoice interface a open interface program. For this you need to populate ra_interface_lines_all and ra_interface_distributions_all (if you are not using auto accounting) interface tables and then submit the Autoinvoice Master program, a interface program to load the AR invoices. Once the program completes, the errors will be stored in ra_interface_errors_all table.
2. Second method is to use the API. If you are using API, no interface table will be used to and errors will not be stored in interface tables. You can use the following routine to get the errors.
IF l_return_status != 'S' THEN
dbms_output.put_line('unexpected errors found!');
IF p_msg_count = 1 Then
dbms_output.put_line('l_msg_data '||l_msg_data);
ELSIF l_msg_count > 1 Then
LOOP
p_count := p_count+1;
p_msg_data := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
IF p_msg_data is NULL Then
EXIT;
END IF;
dbms_output.put_line('Message' || p_count ||'.'||l_msg_data);
END LOOP;
END IF;
ELSE
dbms_output.put_line(' Got Created Sucessfully : '||l_customer_trx_id);
END IF;
KG

Similar Messages

  • What are the payment tables in R12?

    Hello,
    What are the payments tables in R12,
    I need retrieve the below columns from tables in R12
    Payment_id,
    Invoice_num, Invoice_amount
    Payment_num, Payment_amount
    please help us,
    Thanks,
    Raj

    Hello,
    Thanks for your helping,
    1). DUNS_NUMBER
    2). JP_DUNS_NUMBER
    3). CHECK_AMOUNT
    4). CHECK_NUMBER
    5). BANK_NUMBER
    6). DISB_BANK_ACCT
    7). COMPANY,
    8). VENDOR_NAME
    9). CMP_IDF
    Please help me to get this columns in payments
    If you know anything about NACHA Payment Format report customization in R12 please help me, Im struggling to customize this report in R12
    Thanx,
    <-- Raj -->

  • What are the Update tables?

    In LO Delta scenario, Data posted parallel into document tables and update tables. What are the Document tables? What are the Update tables?
    Give example for Application 11, which is document tables, and update tables?

    Hello Mannev,
    Document tables are the actual application tables where the data is posted when you post a document in R/3.
    Examples can be MSEG, VBRK etc.
    Update tables are the intermediate tables which store data read from document tables. The V3 runs collects deltas in form of LUWs from these update tables and populates the delta queues.
    hope this helps..
    thanks,

  • What are the other tables in B2 cluster

    hi experts,
    what are the other tables like ZL table in B2 cluster..and what data is stored in them.

    Results related to a time evaluation period in cluster B2
    PSP
    Personal work schedule
    Time evaluation result
    For each day
    QTACC
    Generation of quota entitlement
    Time evaluation result
    For each day
    QTTRANS
    Transfer pool
    Time evaluation result
    For each day
    ZES
    Time balances for each day
    Time evaluation result
    For each day
    SALDO
    Cumulated time balances
    Time evaluation result
    Time evaluation period
    ZL
    Time wage types
    Time evaluation result
    For each day
    VS
    Variable balances
    Time evaluation result
    For each day
    CVS
    Cumulated variable balances
    Time evaluation result
    Time evaluation period
    FEHLER
    Messages
    Time evaluation result
    For each day
    PT
    Time pairs
    Raw data/time evaluation result
    For each day
    KNTAG
    Core night work (relevant only for the German country version)
    Time evaluation result
    For each day
    Results related to a time period in cluster B2
    Table
    Description
    Origin
    Time Dependency
    VERT
    Substitutions
    Copy of infotype 2003
    Period
    ABWKONTI
    Absence quotas
    Copy of infotype 2006
    Period
    AB
    Absences
    Copy of infotype 2001
    Period
    ANWES
    Attendances
    Copy of infotype 2002
    Period
    RUFB
    On-call availability
    Copy of infotype 2004
    Period
    MEHR
    Overtime
    Copy of infotype 2005
    Period
    ANWKONTI
    Attendance quotas
    Copy of infotype 2007
    Period
    SKO
    Time transfer specifications
    Copy of infotype 2012
    Period
    ALP
    Different payment
    Raw data
    Pointer to table entry
    C1
    Cost distribution
    Raw data
    Pointer to table entry
    Edited by: BALAPANI on Oct 19, 2009 10:38 AM

  • MDM 2.0.1 - What are the "_k" table in mdm database?

    What are the "_k" table in mdm database? What do they contain? Examples:
    * d1_dvc_k
    * d1_contact_k
    * d1_sp_k
    * d1_install_evt_k

    These tables are the 'key' tables. This concept is part of the Oracle Utilities Application Framework and is used to maintain unique key values for entities among different environments. In the past it was for example used by the archive engine to ensure the key value of entries transferred to your archive, would still remain in your live system. This would prevent the system from creating a new entry having the same key value as an entry in your archive.

  • What are the main tables using in vendor performance report.

    what are the main tables using in vendor performance report.
    how many select statements are in ABAP reports.

    Refer the links -
    vendor performance report !!!
    vendor performance report
    vendor performance report
    I need standard vendor performance report
    Regards,
    Amit
    Reward all helpful replies.

  • What are the main tables to refer in ASAP(asap 7.2)?

    what are the main tables to refer in ASAP(asap 7.2)?

    what are the main tables to refer in ASAP(asap 7.2)?

  • Hi i have  an iphone 4 which is from canada nd i have seen one sim inside it which is a canadian sim ,iam staying in india so can i use that phone in india and please tell me what are the steps ihave to take for using that canadian phone in india

    hi i have  an iphone 4 which is from canada nd i have seen one sim inside it which is a canadian sim ,iam staying in india so can i use that phone in india and please tell me what are the steps ihave to take for using that canadian phone in india

    Only the carrier to whom the device is locked can authorize it's unlocking.  Contact the carrier to see if they offer unlocking and if you qualify.

  • What are the main tables of SITs?

    Hi
    What are the main tables of SITs? How can I find out the tables related to SITs?
    Regards
    Rahman

    PER_SPECIAL_INFO_TYPES: This table holds the definitions of SITs that are available to each Business Group. Each special information type is a user defined structure for the personal analysis key flexfield. The name of the special information type is the same as the name of the corresponding key flexfield structure.
    PER_SPECIAL_INFO_TYPES_V : This table has the Employee's SIT info. A supplementary view used to simplify forms coding
    PER_SPECIAL_INFO_TYPES_V2 : A supplementary view used to simplify forms coding.

  • HT4718 why did not i get installation CD with my mac book retina display 13", and let me know what are the tings i get with my mac book pro with free of cost?

    why did not i get installation CD with my mac book retina display 13", when i bought.  and let me know what are the tings i get with my mac book pro with free of cost?

    MacBook Pro
    http://store.apple.com/us/buy-mac/macbook-pro
    What’s in the box.
    MacBook Pro
    Power adapter, AC wall plug, and power cord
    No install media (CDs or DVDs) are included with Macs anymore.

  • Can anyone tell what are the fact tables and dimension tables available in banking domian

    what are the fact and dimension tables available in banking domain.
    maximum how many fact and dimension tables we can keep in the banking project

    Hi Srikanth Korrapati,
    Please have a look on this book
    The Data Warehouse Toolkit: The Complete Guide to Dimensional Modeling By Ralph Kimball & Margy Ross.
    Here is the below link completely about the Banking Case Study from DW Toolkit.
    The Data Warehouse Toolkit: The Complete Guide to Dimensional Modeling - Banking Case Study
    Hope this will help you out
    Regards,
    Akhileshkiran.

  • What are the Master Table validations required for below fields

    Hi,
    I have created a selection screen with following fields.
    Can anybody tell me what are the exact master table vaidation i can do for the same!
    <b>Order Type[VBAK-AUART],
    Order Number[VBAK-VBELN],
    Customer PO #[VBKD-BSTKD],
    Sold-to Party No[VBPA-PARVW - SP as key],
    Ship-to Party No[VBPA-PARVW - SH as key],
    Division[VBAK-SPART].</b>
    Agaist which master tables i need to vaidate above fields!
    Also please clarify what is meant by [SP as Key] & [SH as key]! Is it needs to be defaulted!
    Thanks in advance.
    Thanks,
    Prasad.

    Hi Prasad,
    For your another Query
      SH- Ship To Party,
      SP - Sold To party.
    You can set anyone of them as Default depending on ur Bsuiness requirement ie. You are Forwarding ur Invoice to ship to or sold to Party.
    Regards,
    Leo

  • DNFS and ZFS Storage Appliance: What are the benefits and drawbacks

    Hello All:
    I have a client who has a 4TB database and wants to easily make clones for their DEV environment. The conventional methods (RMAN duplicate) are taking too long because of the size of the db. Looking into dNFS as an alternative standalone and looking into the ZFS storage appliance as well. What are the benefits of just dNFS being configured alone? I'm sure you can clone easily based on the copy-on-write capabilities but weighing the dNFS option alone (no additional costs) vs using ZFS Storage Appliance (which used dNFS as its protocol) but costs money. Your thoughts?

    Dear Kirkladb,
    as far as I understand your question you like to know the road blocks for usage of dNFS in combination with a ZFS Storage Appliance.
    First I like to mention that dNFS is no feature on the appliance and the dNFS traffic is perceived as regular NFS traffic, so there is currently no feature which needs extra licenses on the ZFS Storage Appliance if you run dNFS on your client; dNFS is client driven and requires software on the client. Second the use of dNFS does not exclude to have snapshots or clones on the appliance, although cloning requires a license to be bought.
    As mentioned by Nitin the appliance offers many features, some are based on ZFS, some are coming for the underlying OS and some coming form additional software. You seem to be interested in NFS, this is I guess mainly related to NFSv3 and NFSv4. The appliance will see dNFS from the clients as regular incoming NFS requests, means client side makes the difference and therefore it is important to have dNFS and maybe Infiniband drivers at a current level.
    To get a copy of your production Database you could go different ways, the appliance offers to create a snapshot (free of charge) which is read-only and to create a clone (additional costs) on top of the snapshot. You have mentioned RMAN, as additional method, Snap Management Utility (Clone License) will also help here and maybe DataGuard. I am sure there are some additional ways not listed.
    The point I wanted to make is that Cloning on ZFS-SA abd NFS are different are topics.
    Best Regards
    Peter

  • Considering upgrading to solid state drive for Macbook Pro 2010. What are the specific requirements?

    I am starting to experience some problems (very minor issues w speed) w my 2010 MBP. I decided to try and reformat w the install disk but it stalled on the grey screen and when I took it to the Genius Bar and they said they could do the re-install but that they think there could be a problem with the hard drive and it may crash completely after a re-install. They suggested an SSD. I found one on the iFix it site (SanDisk's top of the line X210 256 GB SSD) and am wondering what are the features I need to look for in an SSD if I go this route? Are there other parts in the MBP that will probably break in the next couple of years anyway? Will I see a big improvement in speed?

    yes, you should definately swap the drive out, but be sure that the ssd you wish to purchase will be compatable with your mac.
    yes, the mac will seem a lot faster. also give a thought to adding more ram, i believe your model is capable of quite happily handling 8g. 2 x 4g sticks.
    no one can be sure of the future, so, if your mac is running well apart from the above then dont be concerned untill a problem occurs.

  • What are the Cluster tables and pooled tables

    pls give some examples for the above table
    Thankyou
    ravi

    Hi
    <b>Pooled Table</b>
    Pooled tables are logical tables that must be assigned to a table pool when they are defined. Pooled tables are used to store control data. Several pooled tables can be cominied in a table pool. The data of these pooled tables are then sorted in a common table in the database.
    <b>Cluster Table</b>
    Cluster tables are logical tables that must be assigned to a table cluster when they are defined. Cluster tables can be used to strore control data. They can also be used to store temporary data or texts, such as documentation.
    check this link also
    http://help.sap.com/saphelp_47x200/helpdata/en/81/415d363640933fe10000009b38f839/frameset.htm
    Rewards if helpfull
    Regards
    Pavan

Maybe you are looking for