DBA Data[Home] [Help]

APPS.EAM_DEPT_APPROVERS_PUB dependencies on FND_RESPONSIBILITY

Line 76: FROM fnd_responsibility

72: fnd_msg_pub.add;
73: RAISE fnd_api.g_exc_error;
74: end if;
75: SELECT COUNT(*) INTO l_count
76: FROM fnd_responsibility
77: WHERE responsibility_id = p_resp_id
78: And application_id = p_resp_app_id;
79:
80: if l_count = 0