DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on HZ_CUST_ACCOUNTS

Line 1914: hz_cust_accounts role_acct

1910: Cursor c_contact_user_id is
1911: select rel.subject_id
1912: from hz_cust_account_roles acct_role,
1913: hz_relationships rel,
1914: hz_cust_accounts role_acct
1915: where acct_role.party_id = rel.party_id
1916: and acct_role.role_type = 'CONTACT'
1917: and acct_role.cust_account_id = role_acct.cust_account_id
1918: and role_acct.party_id = rel.object_id