DBA Data[Home] [Help]

APPS.JTF_UM_PASSWORD_PVT dependencies on FND_RESPONSIBILITY

Line 628: select application_id from fnd_responsibility

624: where usertype_id = user_type_id
625: and approval_id is not NULL;
626:
627: cursor appl_id(p_resp_id in number) is
628: select application_id from fnd_responsibility
629: where responsibility_id = p_resp_id;
630:
631: begin
632: -- Initialize API return status to success