DBA Data[Home] [Help]

APPS.OTA_NHS_BUS dependencies on HZ_CUST_ACCOUNT_ROLES

Line 509: From HZ_CUST_ACCOUNT_ROLES acct_role,

505: -- cursor to check is person id is belong to customer.
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'

Line 628: From HZ_CUST_ACCOUNT_ROLES acct_role,

624: -- cursor to check is person id is belong to customer.
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'