DBA Data[Home] [Help]

APPS.ASO_PARTY_INT dependencies on HZ_CUST_ACCOUNT_ROLES

Line 1415: FROM hz_cust_account_roles

1411:
1412: CURSOR C_contact (l_party_id NUMBER, l_cust_account_id NumbER,
1413: l_role_type varchar2 )IS
1414: SELECT cust_account_role_id
1415: FROM hz_cust_account_roles
1416: WHERE party_id = l_party_id
1417: AND cust_account_id = l_cust_account_id
1418: AND role_type = l_role_type;
1419: