DBA Data[Home] [Help]

APPS.IBE_CUSTOMER_ACCT_PVT dependencies on HZ_ROLE_RESPONSIBILITY

Line 370: FROM hz_role_responsibility

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