DBA Data[Home] [Help]

APPS.OTA_NHS_BUS dependencies on HZ_RELATIONSHIPS

Line 510: HZ_RELATIONSHIPS rel,

506: --
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'

Line 629: HZ_RELATIONSHIPS rel,

625: --
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'