DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on HZ_CUST_ACCOUNT_ROLES

Line 1742: from hz_cust_account_roles acct_role,

1738: and user_type = l_user_type;
1739:
1740: Cursor c_contact_user_id is
1741: select rel.subject_id
1742: from hz_cust_account_roles acct_role,
1743: hz_relationships rel,
1744: hz_cust_accounts role_acct
1745: where acct_role.party_id = rel.party_id
1746: and acct_role.role_type = 'CONTACT'