DBA Data[Home] [Help]

APPS.ASO_PARTY_INT dependencies on HZ_ROLE_RESPONSIBILITY

Line 1851: FROM hz_role_responsibility

1847: l_responsibility_id NUMBER;
1848:
1849: CURSOR C_Get_Resp(role_id NUMBER, role_type VARCHAR2) IS
1850: SELECT responsibility_id
1851: FROM hz_role_responsibility
1852: WHERE cust_account_role_id = role_id
1853: AND responsibility_type = role_type;
1854:
1855: BEGIN