DBA Data[Home] [Help]

APPS.IBE_PARTY_V2PVT dependencies on HZ_CUST_ACCOUNT_ROLES

Line 2286: from hz_cust_account_roles

2282: where party_id = l_party_id and subject_type = 'ORGANIZATION';
2283:
2284: cursor c_getCustAcctRole(l_party_id number) IS
2285: select cust_account_role_id,object_version_number
2286: from hz_cust_account_roles
2287: where party_id = l_party_id;
2288: rec_custAcct_role c_getCustAcctRole%rowtype;
2289:
2290: cursor c_getContactPref(l_party_id number) IS