DBA Data[Home] [Help]

APPS.CSI_UTL_PKG dependencies on HZ_RELATIONSHIPS

Line 5530: FROM hz_relationships ship_rel,

5526: x_return_status := fnd_api.g_ret_sts_success;
5527:
5528: SELECT ship_rel.subject_id
5529: INTO x_party_id
5530: FROM hz_relationships ship_rel,
5531: hz_cust_account_roles ship_roles
5532: WHERE ship_roles.cust_account_role_id = p_cust_acct_role_id
5533: AND ship_rel.party_id = ship_roles.party_id
5534: AND subject_table_name = 'HZ_PARTIES'