DBA Data[Home] [Help]

APPS.IGS_PE_PERS_ENCUMB_PKG dependencies on FND_APPLICATION

Line 415: FROM fnd_responsibility resp, fnd_application appl

411: responsibility_id = cp_resp_id;
412:
413: CURSOR check_applresp_id_cur (cp_resp_id fnd_responsibility.responsibility_id%TYPE) IS
414: SELECT 'X'
415: FROM fnd_responsibility resp, fnd_application appl
416: WHERE resp.application_id = appl.application_id AND
417: responsibility_id = cp_resp_id;
418:
419: --kumma, 2758856, added the following cursor