AR reports - Trading Community Architecture (TCA)

We have just recently started using the TCA model for handling customer/party relationships. In our present setup there is a one to one relationship between party number and customer number, but customer number is not equal to party number.
Most of the AR reports available have parameters for customer name from/to or customer number from/to, i.e. we are unable to run standard AR reports on groups of parties or party branches, unless customer name is the same for all within the party group (which is not always the case - far from).
Managing party relationships is done by party number. When managing the party relationships the object LOV has party name, party number and party ID. If you have more customers with the same name you only have the party number to identify the customer by - but the party number means nothing to the users, they only reference the customers by customer number. So when maintaining party relationships you need a separate list of party numbers or you need separate session to identify the customer number based on party number.
Does anybody have any experience on how to handle party relationships and do reporting within the TCA model? I have logged both issues as SRs but both are enhancement requests.

From what I understand, you have to go for custom reports. And when you do and depending on the version of Oracle eBiz suite, look at HZ_* tables instead of going through RA_CUSTOMERS or RA_ADDRESSES... etc.
hope it helps

Similar Messages

  • Oracle Trading Community Architecture (TCA) licensing and Marketing?

    Our organisation owns fully Oracle Finance (Receivables, payables, gl and cash management, HR and Payroll and Oracle Sales and Oracle Marketing. We rely heavily on the Trading Community Architecture (Oracle TCA) and store all customer data there (party names, phone/fax/email, addresses etc.).
    However, we do not use any Oracle Sales or Oracle Marketing functionality - we simply create 'Customer' records using the Oracle Sales and Marketing WEB JSP front ends.
    We would like to stop using Oracle Sales and Marketing an stop buying the licenses and maintencance for this and reinvest in other Oracle products.
    Can you tell us - if we 'get rid of' Oracle Sales and Marketing can we still 'write' to the Oracle TCA using the API's that Oracle provides (something we already do today) or will we lose the right to create records to be stored in the TCA (like apps_fnd.hz_parties , contact_points, hz_locations etc.).

    You would think that would be the case -- however they are quite incompetent.
    Any one else have a suggestion?

  • R12 New Features: Trading Community Architecture

    Hi,
    I am looking for a comprehensive list of changes in R12 related to TCA CDH solution.
    Thanks

    Thanks for the reply. The first link is helpful. Some of the content is not very clear. I am looking for more details on...
    1. Details on changes to Third party integration like D&B Adapters.
    2. Details on changes to OCO and Party and Account creation process. Do we still have Customer Maintenance Screen?
    3. Details on DQM related changes.
    4. How the Multi-org Access has affected the Bulk Import process.
    Thanks

  • Trading Community - Customer Site - Country Uppercase

    Hi
    Within the Trading community forms for customer sites the Address sometimes displays uppercase country name(NETHERLANDS), sometimes lowercase(Australia) and other times doesn't display the country at all(Ireland).
    What is governing this and where is the data sourced from. Is is related to Address styles? Is there a lookup controlling the display?
    Please note that I am not entering an uppercase country anywhere when setting up this account.

    I'm starting to understand a bit more about TCA and DQM and it appears that what I'm doing is only applied to records matching during a search.
    Hence, a broader question: Is it possible to cleanse the customers data to make them all uppercase?

  • Activity report failed(Communication error)- while check-in Activity

    Hello SDN,
    I am getting following error while Checking in activity from open activities .currently we are using NWDS7.3
    CHECKIN      Finished24s.9Files scuceeded.
    ACTIVATE     Activation Performed.Build request ID : 166
              Internal Problem(Activity report failed(Communication error
    [cause: Unalble to open connection to host<host>:<port>][reason:Address already in use : connect]]))
    Check-in completed successfully but Activation is not completed and giving connectivity error described above. Again
    I activated activity from Activation view. Still I am getting following error description.Plesae provide me solution
    to resolve this issue.
    GET_STATUS      could not retrieve activation status of request '166' (Unable to connect to
    host:port-Address already in use:connect(Service call exception; nested exception java.io.
    IOException: Unable to connect to host:port-Address already in use:connect))
    regards,
    Sree.

    Just check the full hostname of your DTR server, should be like
    hostname.company.com
    and check if somewhere only
    hostname
    is being used.and both are getting successfully pinged. DO not try the NWDS ping. Use command prompt and
    ping hostname
    and
    ping hostname.company.com
    Also this happens due to some clash with some other developer. Please check after some time, may be after a desktop restart. things should start working.
    Edited by: Varun Biswas on Nov 29, 2011 11:53 PM
    Edited by: Varun Biswas on Nov 29, 2011 11:53 PM

  • Report for OS Architecture

    Anybody feel like creating a report for me in SCCM? :)  I am clueless when it comes to SQL Report Builder. I need a report that shows OS Architecture (32 bit or 64 bit). I have found some links out there already with a few people who have done this
    but they don't seem to have everything we need. Basically, I need the canned "Hardware 01A - Summary of computers in a specific collection" report slightly modified to also show the OS Architecture.
    EDIT: I guess all I really need to know is what table or view this OS Architecture data resides in within SQL? I have a few in-house developers who would be able to assist me, but it's a matter of us knowing where the architecture data resides in so we can
    join it.

    Thanks again for all the help. We got it figured out. I pretty much used skywalker's code but had to modify it ever so slightly as it did not like one line of code. So I changed it out with Benoit's suggestion and it works great! I did end up hard coding
    the Collection ID in the code below 'SMS00001'.
    SELECT DISTINCT
                             TOP (100) PERCENT dbo.v_R_System_Valid.ResourceID, dbo.v_R_System_Valid.Netbios_Name0 AS [Computer Name], dbo.v_R_System_Valid.Resource_Domain_OR_Workgr0
    AS [Domain/Workgroup],
                             dbo.v_Site.SiteName AS [SMS Site Name], CASE WHEN (dbo.v_GS_SYSTEM_CONSOLE_USAGE_MAXGROUP.TopConsoleUser0 IS NULL
    OR
                             dbo.v_GS_SYSTEM_CONSOLE_USAGE_MAXGROUP.TopConsoleUser0 = '-1') THEN 'Unknown' ELSE dbo.v_GS_SYSTEM_CONSOLE_USAGE_MAXGROUP.TopConsoleUser0
    END AS [Top Console User],
                             dbo.v_GS_OPERATING_SYSTEM.Caption0 AS [Operating System], dbo.v_GS_OPERATING_SYSTEM.CSDVersion0 AS [Service Pack
    Level], dbo.v_GS_PC_BIOS.SerialNumber0 AS [Serial Number],
                             dbo.v_GS_SYSTEM_ENCLOSURE_UNIQUE.SMBIOSAssetTag0 AS [Asset Tag], dbo.v_GS_COMPUTER_SYSTEM.Manufacturer0 AS Manufacturer,
    dbo.v_GS_COMPUTER_SYSTEM.Model0 AS Model,
                             dbo.v_GS_X86_PC_MEMORY.TotalPhysicalMemory0 AS [Memory (KBytes)], dbo.v_GS_PROCESSOR.Manufacturer0 AS [Processor
    Manufacturer], dbo.v_GS_PROCESSOR.Name0 AS [Processor Name],
                             dbo.v_GS_PROCESSOR.NormSpeed0 AS [Processor (GHz)],
                                 (SELECT        SUM(dbo.v_GS_LOGICAL_DISK.Size0) AS Expr1
                                   FROM            dbo.v_GS_LOGICAL_DISK
    INNER JOIN
    dbo.v_FullCollectionMembership ON dbo.v_FullCollectionMembership.ResourceID = dbo.v_GS_LOGICAL_DISK.ResourceID
                                   WHERE        (dbo.v_GS_LOGICAL_DISK.ResourceID
    = dbo.v_R_System_Valid.ResourceID) AND (dbo.v_FullCollectionMembership.CollectionID = 'SMS00001')) AS [Disk Space (MB)],
                                 (SELECT        SUM(v_GS_LOGICAL_DISK_2.FreeSpace0) AS
    Expr1
                                   FROM            dbo.v_GS_LOGICAL_DISK
    AS v_GS_LOGICAL_DISK_2 INNER JOIN
    dbo.v_FullCollectionMembership AS v_FullCollectionMembership_2 ON v_FullCollectionMembership_2.ResourceID = v_GS_LOGICAL_DISK_2.ResourceID
                                   WHERE        (v_GS_LOGICAL_DISK_2.ResourceID
    = dbo.v_R_System_Valid.ResourceID) AND (v_FullCollectionMembership_2.CollectionID = 'SMS00001')) AS [Free Disk Space (MB)],
                             dbo.v_GS_Computer_SYSTEM.SystemType0
    FROM            dbo.v_R_System_Valid INNER JOIN
                             dbo.v_GS_OPERATING_SYSTEM ON dbo.v_GS_OPERATING_SYSTEM.ResourceID = dbo.v_R_System_Valid.ResourceID LEFT OUTER JOIN
                             dbo.v_GS_SYSTEM_ENCLOSURE_UNIQUE ON dbo.v_GS_SYSTEM_ENCLOSURE_UNIQUE.ResourceID = dbo.v_R_System_Valid.ResourceID
    INNER JOIN
                             dbo.v_GS_COMPUTER_SYSTEM ON dbo.v_GS_COMPUTER_SYSTEM.ResourceID = dbo.v_R_System_Valid.ResourceID INNER JOIN
                             dbo.v_GS_X86_PC_MEMORY ON dbo.v_GS_X86_PC_MEMORY.ResourceID = dbo.v_R_System_Valid.ResourceID INNER JOIN
                             dbo.v_GS_PROCESSOR ON dbo.v_GS_PROCESSOR.ResourceID = dbo.v_R_System_Valid.ResourceID INNER JOIN
                             dbo.v_GS_PC_BIOS ON dbo.v_GS_PC_BIOS.ResourceID = dbo.v_R_System_Valid.ResourceID INNER JOIN
                             dbo.v_FullCollectionMembership AS v_FullCollectionMembership_1 ON v_FullCollectionMembership_1.ResourceID = dbo.v_R_System_Valid.ResourceID
    LEFT OUTER JOIN
                             dbo.v_Site ON v_FullCollectionMembership_1.SiteCode = dbo.v_Site.SiteCode INNER JOIN
                             dbo.v_GS_LOGICAL_DISK AS v_GS_LOGICAL_DISK_1 ON v_GS_LOGICAL_DISK_1.ResourceID = dbo.v_R_System_Valid.ResourceID
    AND
                             v_GS_LOGICAL_DISK_1.DeviceID0 = SUBSTRING(dbo.v_GS_OPERATING_SYSTEM.WindowsDirectory0, 1, 2) LEFT OUTER JOIN
                             dbo.v_GS_SYSTEM_CONSOLE_USAGE_MAXGROUP ON dbo.v_GS_SYSTEM_CONSOLE_USAGE_MAXGROUP.ResourceID = dbo.v_R_System_Valid.ResourceID
    WHERE        (v_FullCollectionMembership_1.CollectionID = 'SMS00001')
    ORDER BY [Computer Name]

  • REPORT ON JOB ARCHITECTURE

    Hi Experts.
    Do we have any report available from which we can get the upward mobility of an employee in the Job Architecture? Eg. If the HR Manager wants to know that how many people have grown from "Field Sales" to "Manager Sales"? 
    So , do we have any report or there is way to track this progress?
    Also, can you also please route me to some links which will help me to understand how to bring the Competency Catalog in Talent Profile?
    Hope to see some helpful responses....
    Thanks & Regards
    Hemlata

    No answers!!

  • Opening Crystal Reports get Communication Error.....

    I have several issues....
    When I select reports I am coming up with a communications error.
    I recieve the following event id's but I am unable to find out what they meen.
    34200
    35602
    34400
    35302
    My investigation leads me to believe it is an issue with the Registry or the Registry Key.
    Can anyone let me know what these event id's mean?
    It is on our customer web site where they are using on demand reports. it is running off of Java.
    Version 10.0.0.5335

    Have you installed the 1.1, 2.0 and 3.5 Framework?
    Check your C:\Windows\Microsoft.NET\Framework and verify you have them all. If not go to Microsoft's site and install them.
    Thank you
    Don

  • Trading Community API for Customer

    Hello All,
    Is it possible to convert a customer account of type ORGANIZATION to a customer of type PERSON using TCA API.
    I have been serching for an answer for a long time now. Any help would be really great.
    Thanks
    Dhanunjaya

    Any luck???

  • TCA - Was this available in apps release 11.5.8?

    Oracle Trading Community Architecture (TCA), in whic apps release was this first introduced? Was it included in 11.5.8?
    Edited by: user559992 on Jan 8, 2010 4:25 PM

    Yes - the concept was first introduced in version 11.5.7. See the 11.5.7 documentation at http://download.oracle.com/docs/cd/A97501_01/html/erpset.html
    HTH
    Srini

  • Customer Data Hub Required for EBS 11i?

    Is the Customer Data Hub required for EBS 11i to work correctly? It appears to be a supplemental product and not a required core product.

    Oracle Customer Data Hub (CDH) is not a mandate for EBS users. However, it solely depends on the Organizational needs. If an Organization decides to have SSOT (Single Source Of Truth) for it's customer data they can go with CDH solution.
    CDH is a complete packaged solution that allows companies to create a single, enterprise view of their customer base, by consolidating/synchronizing customer data from heterogeneous systems into a central, operational, data store. CDH alone will not suffice the requirement. CDH ties with Oracle Customers Online (OCO), Customer Data Librarian (CDL), and the Oracle Trading Community Architecture (TCA) to create a robust, scalable, central repository of duplicate-free, enriched data across a heterogeneous landscape.
    Hope this helps.
    Regards,
    ND

  • Oracle Customer Hub - where do I find the product to download?

    I know this sounds dumb.... but I've searched the OTN Downloads, and Edelivery but where can I go to download a trial version of Oracle Customer Hub (OCH) and Oracle Product Hub (OPH)?

    Hello,
    You can only find the Customer Data Hub (CDH) & Product Information Management (PIM) in Oracle supplied patches. Try to login to metalink and find the relevant information. Following are some information on CDH & PIM installation. Hope this helps:
    Customer Data Hub Installation
    The Customer Data Hub solution is a composite of core Trading Community Architecture (TCA) functionality as well as the Oracle Customers Online (OCO) and Customer Data Librarian (CDL) applications. In order to gain the most benefits out of the Customer Data Hub, it is recommended that implementing organizations install the 11i10 Financials Family Pack G as well as the latest TCA and Oracle Customers Online/Oracle Customer Data Librarian patch sets. These releases have been optimized for the Customer Data Hub.
    The following two sections outline the optimal and minimum baselines for implementing the Customer Data Hub. Note that as CDH functionality is continually enhanced throughout future releases, the recommended baseline will be modified to reflect the latest in CDH patch set levels.
    11i10 Financials Family Pack G Baseline
    This document assumes the following baseline, and refers to the features available at this level:
    11i10 Financials Family Pack G – 11i.FIN_PF.G (3653484)
    HZ.N (3618299)
    IMC.M (4017594)
    Oracle 10g Database
    Minimum Baseline
    The following is the minimum baseline for a Customer Data Hub(for more information, see the appropriate Oracle Customer Data Hub Implementation Concepts and Strategies document version):
    11i9 Financials Family Pack D – 11i.FIN_PF.D (3016445)
    HZ L (3036401) + 12.0.2 consolidated roll up (3295400) + Bulk Import Consolidated Patch (3597225)
    IMC K (3161885)
    Oracle 9i Database
    Product Data Hub
    There is no comparable list for Product Information Management Data Hub (PIMDH), because that entity is only a license mechanism to gain the right to install PIM DL on a non E-Business Suite (EBS) instance. You do not install anything under a license of PIM DH,
    you install only PIM DL.
    You will need to install PLM family pack 'E' (Patchset 11i.PLM_PF.E - 4203793) on top of the 11.5.10 installation (11.5.10 contains family pack 'C'), for DNA to show up in the License Manager, and for you to 'activate' it for your install.
    The following Metalink Note has the details of the pre- and post- install instructions.
    Note *309187.1* About the Oracle Product Lifecycle Management Family (Family Pack E)
    R12 Patches
    Oracle Product Information Management Feature Pack Release 12.0 (Patch 6474795)
    Cheers,
    ND

  • 'Synchronize WF LOCAL tables'

    Hi.
    Can someone point me to where Oracle documents the use (not the errors that are found when running it) of the following program?
    'Synchronize WF LOCAL tables'
    I have actually run this before after a clone to reassign the responsibilities to the users, but is there another reason to call this program??
    Thank
    Edited by: user11981168 on 24-May-2010 08:21

    Hi,
    As per my understanding from your question,
    Run the Synchronize WF LOCAL Tables program to perform synchronization in bulk.
    This periodically refreshes the information in the Workflow local tables for Oracle Trading Community Architecture (TCA). Use this concurrent program as an interim method to synchronize the Workflow local tables with the user and role information stored in the TCA tables until TCA performs the synchronization automatically.
    The Synchronize Workflow LOCAL Tables request set contains ten instances of the Synchronize WF Local Tables program, one for each originating system. You can use this request set to submit requests for all the originating systems at once. Each request is defined as a separate stage and the stages will run sequentially because this program is incompatible with itself.
    By default, this request set runs once a day to provide a minimal level of synchronization. You can modify the schedule for the request set to perform
    synchronization more frequently.
    For more information, see: Synchronizing Workflow User and Role Information, in Setting Up an Oracle Workflow Directory Service, Oracle Workflow Administrator's Guide.
    Thanks,
    Ajikumar G
    Expertise in Oracle Apps...

  • Passing Database Constant as a default value to EBS TCA API??

    My synch BPEL process calls EBS TCA (Trading Community Architecture) APIs via Apps Adapter to create and update Organizations (Parties) and Customers (Accounts) accordingly. TCA provides two types of APIs to do the same job - one uses record types and tables as parameters, while the other uses object types as parameters and is called Business Object(BO) API. I am using BO for my solution.
    One of the features of the Update API (hz_org_cust_bo_pub.*update*orgcust_bo) is you can pass a database constant (FND_API.G_MISS_CHAR) as a parameter value in order to nullify an existing value. Ex: AddressLine2 for a customer address has now changed and does not exists anymore. In order to update and existing value to NULL, you are required to pass one of the following constants as a parameter value.
    Following is a formal description of these optional parameter values from the TCA Reference document.....
    Optional IN parameters do not have default values. An attribute value that is not
    passed in is assumed to have a default of null for a Create API. For an Update API, if a
    particular attribute value is not passed into the API, then the database retains the
    existing value. In order to set a database value to null, the calling program must
    explicitly set the attribute value to one of the following constants, based on the data
    type of the attribute.
    +• FND_API.G_MISS_NUM for NUMBER type. (or FND_API.G_NULL_NUM)+
    +• FND_API.G_MISS_CHAR for VARCHAR2 type. (or FND_API.G_NULL_CHAR)+
    +• FND_API.G_MISS_DATE for DATE type. (or FND_API.G_NULL_DATE)+
    ISSUE:
    I am unable to pass and have the value FND_API.G_NULL_CHAR be treated as a constant by the API. When this value is passed by the BPEL process to the Apps Adapter (API) it gets passed as a string literal, as such, does not get treated as a database constant by the API. Also, on creating the apps adapter for this particular API (TCA BO) a wrapper program is NOT created. So, I can't modify the wrapper (as it does not exist) to pass this FND_API constant. The only option I can currently think of is to write my own custom PL/SQL package that calls the standard API and in turn have the custom package be called by the apps adapter. But, I am hoping this is not the only option, it takes away several benefits.
    Any thoughts will be greatly appreciated.
    ilyas

    I think that may be your only option. I haven't implemented this using the Apps Adapter but in order to get this functionality you need to have implmented the security architecture where you login as an Apps User, not APPS.
    I would raise a SR for this as this may be a bug.
    cheers
    James

  • Customer Data Loading Procedure from Legcy system to TCA

    Hi 2 all
    Anybody know that how to upload customer data from legacy system to TCA(Trading Community Architecture) ?
    Thanks
    Zulqarnain

    Hi,
    As you are doing a full load from R3 to Bw,first check in RSA3 whether u r able to load the data sucessfully.
    You can get error here also.......
    Did u do the se up table fill up before the transport or after the transport.If it is Before the Transport then
    Delete the Set Up Table and Reload the data,as the Extractor structor wud have got changed after the transport.
    In any case ,u should be able to get data in RSA3.
    Come back if u the issue still persists.
    Rgds
    SVU

Maybe you are looking for

  • Release PO created more than target value in contract

    System at times creates release PO even though the accumulated value of released Purchase orders is greater than contract target value.  We have the config settings in place to stop this.  And it works OK all the time but fails sometimes !.  We have

  • Reader 9.4 won't open on Windows 7 64-bit

    Have a strange issue with installing Reader 9.4 on a new Windows 7 64-bit setup. Program installs without any issue at all, but when opening it from the start menu or opening a PDF document, the cursor is busy for a few seconds and then returns to no

  • Dynamic Assign Statement is not working in 4.6C

    Hi Team, I have done the following coding to get teh dynamic value sof a field but the assign statement is failing... Its returing the sy-subrc as 4. LOOP AT <t_tab> INTO <s_tab>.     LOOP AT t_flds.       CONCATENATE '<s_tab>-' t_flds-fieldname INTO

  • Missing infocube 0PA_C01 in BI Content?

    Dear experts, I am a new SAP BW. Now I want to get Infocube 0PA_C01 standard to make reports. Please guide me the step to install Infocube 0PA_C01(I can't find it in BI Content). With regards, Chenna Yon

  • Remove # from string

    hello,   I've got the following problem   I receive an xml string with some '#' characters and would like to remove them   I know that replace ... '#' doesn't work because it's not actually the char '#' that should be removed but it's a   hexadecimal