DBA Data[Home] [Help]

APPS.CSI_UTL_PKG dependencies on HZ_RELATIONSHIPS

Line 5609: FROM hz_relationships ship_rel,

5605: x_return_status := fnd_api.g_ret_sts_success;
5606:
5607: SELECT ship_rel.subject_id
5608: INTO x_party_id
5609: FROM hz_relationships ship_rel,
5610: hz_cust_account_roles ship_roles
5611: WHERE ship_roles.cust_account_role_id = p_cust_acct_role_id
5612: AND ship_rel.party_id = ship_roles.party_id
5613: AND subject_table_name = 'HZ_PARTIES'