DBA Data[Home] [Help]

APPS.OTA_NHS_BUS dependencies on HZ_CUST_ACCOUNTS

Line 458: HZ_CUST_ACCOUNTS cust_acct

454: --
455: cursor csr_customer is
456: Select null
457: From HZ_PARTIES party,
458: HZ_CUST_ACCOUNTS cust_acct
459: Where CUST_ACCT.party_id = PARTY.party_id
460: and CUST_ACCT.cust_account_id=p_customer_id;
461:
462: Begin

Line 511: HZ_CUST_ACCOUNTS role_acct

507: cursor cus_contact is
508: Select null
509: From HZ_CUST_ACCOUNT_ROLES acct_role,
510: HZ_RELATIONSHIPS rel,
511: HZ_CUST_ACCOUNTS role_acct
512: where acct_role.party_id = rel.party_id
513: and acct_role.role_type = 'CONTACT'
514: and rel.subject_table_name = 'HZ_PARTIES'
515: and rel.object_table_name = 'HZ_PARTIES'

Line 630: HZ_CUST_ACCOUNTS role_acct

626: cursor cus_contact is
627: Select null
628: From HZ_CUST_ACCOUNT_ROLES acct_role,
629: HZ_RELATIONSHIPS rel,
630: HZ_CUST_ACCOUNTS role_acct
631: where acct_role.party_id = rel.party_id
632: and acct_role.role_type = 'CONTACT'
633: and rel.subject_table_name = 'HZ_PARTIES'
634: and rel.object_table_name = 'HZ_PARTIES'