DBA Data[Home] [Help]

APPS.JTM_PROFILE_UTL_PKG dependencies on FND_APPLICATION

Line 13: from fnd_application

9: p_app_short_name in varchar2) return varchar2
10: IS
11: Cursor c_get_app_id is
12: select application_id
13: from fnd_application
14: where application_short_name = p_app_short_name;
15:
16: l_app_id number;
17: l_profile_value varchar2(200);

Line 103: from fnd_application

99: p_app_short_name IN varchar2)
100: RETURN varchar2 IS
101: Cursor c_get_app_id is
102: select application_id
103: from fnd_application
104: where application_short_name = p_app_short_name;
105:
106: l_app_id number;
107: l_resp_id number := null;