DBA Data[Home] [Help]

APPS.IBE_CUSTOMER_ACCT_PVT dependencies on HZ_ROLE_RESPONSIBILITY

Line 373: FROM hz_role_responsibility

369: l_responsibility_id NUMBER;
370:
371: CURSOR C_Get_Resp(role_id NUMBER, role_type VARCHAR2) IS
372: SELECT responsibility_id
373: FROM hz_role_responsibility
374: WHERE cust_account_role_id = role_id
375: AND responsibility_type = role_type;
376:
377: l_return_status VARCHAR2(1):=FND_API.G_RET_STS_SUCCESS;