DBA Data[Home] [Help]

APPS.PER_EIT_UTILITY_SS dependencies on FND_APPLICATION

Line 21: from fnd_application

17: l_appl_id number;
18: l_resp_id number;
19: CURSOR C_APPL IS
20: select application_id
21: from fnd_application
22: where application_short_name = upper(P_APPLICATION_SHORT_NAME);
23: CURSOR C_RESP IS
24: select responsibility_id
25: from fnd_responsibility_vl

Line 71: from fnd_application

67: l_resp_key varchar2(30) := null;
68: l_appl_id number;
69: CURSOR C_APPL IS
70: select application_id
71: from fnd_application
72: where application_short_name = upper(P_APPLICATION_SHORT_NAME);
73: CURSOR RESP_KEY (resp_appl_id number, resp_resp_name varchar2)IS
74: select responsibility_key
75: from fnd_responsibility_vl