+ Reply to Thread + Post New Thread
Results 1 to 2 of 2
  1. #1
    M_Anas_O's Avatar
    M_Anas_O is offline Member
    Join Date
    26 Nov 2009
    Location
    Hyderabad, India
    Posts
    32
    Say Thanks
    1
    Thanked 0 Times in 0 Posts
    Documents
    2
    Uploads
    0

    Default Where is CRM user-customer Account relationship stored in database

    Hi,

    When creating and approving a CRM user using CRM HTML admin responsibility, we assign accounts of customer for which user is being created.
    For e.g., When creating a user for Customer A having 5 accounts, i can assign account # 1,2 and 3 to the user.

    Does anybody know where this mapping is stored in database?

    Regards,
    Mohammed

  2.    Club-Oracle Complementary E-Books and Magazines
    Get your free Complementary Copy of Oracle Magazine

    You can also browse the Free Magazines and E-Books section to see the complete list of free magazines, e-books and Whitepapers.

  3. #2
    M_Anas_O's Avatar
    M_Anas_O is offline Member
    Join Date
    26 Nov 2009
    Location
    Hyderabad, India
    Posts
    32
    Say Thanks
    1
    Thanked 0 Times in 0 Posts
    Documents
    2
    Uploads
    0

    Default Re: Where is CRM user-customer Account relationship stored in database

    We can use below query to find the accounts assigned to a customer user :

    SELECT hca.account_number
    FROM hz_cust_accounts hca,
    fnd_user fu,
    hz_cust_account_roles hcar
    WHERE hcar.party_id = fu.customer_id
    AND hcar.cust_account_id = hca.cust_account_id
    AND fu.user_id = <your user id>
    ;

    Regards,
    Mohammed

Similar Threads

  1. Replies: 6
    Last Post: 12-28-2009, 02:18 AM
  2. Replies: 2
    Last Post: 11-27-2009, 12:25 PM
  3. Replies: 3
    Last Post: 08-12-2009, 07:20 AM
  4. What type of account is freight account in oracle receivables
    By kcp_pavan in forum Oracle Financials
    Replies: 2
    Last Post: 03-17-2009, 04:45 PM
  5. run a plsql script that is stored in a database in forms
    By gmakinana in forum Oracle Developer Suite and Tools
    Replies: 2
    Last Post: 01-22-2009, 01:58 PM

Tags for this Thread