DBA Data[Home] [Help]

APPS.JTF_UM_PASSWORD_PVT dependencies on FND_RESPONSIBILITY

Line 623: select application_id from fnd_responsibility

619: where usertype_id = user_type_id
620: and approval_id is not NULL;
621:
622: cursor appl_id(p_resp_id in number) is
623: select application_id from fnd_responsibility
624: where responsibility_id = p_resp_id;
625:
626: begin
627: -- Initialize API return status to success