DBA Data[Home] [Help]

APPS.JTF_TERR_DEFINITION_PARAM_PVT dependencies on ICX_SEC

Line 5: --g_image_prefix varchar2(250) := '/OA_MEDIA/'||icx_sec.getid(icx_sec.pv_language_code)||'/';

1: PACKAGE BODY JTF_TERR_DEFINITION_PARAM_PVT AS
2: /* $Header: jtftrpdb.pls 120.0 2005/06/02 18:21:45 appldev ship $ */
3:
4: --
5: --g_image_prefix varchar2(250) := '/OA_MEDIA/'||icx_sec.getid(icx_sec.pv_language_code)||'/';
6: l_user_id number;
7: v_date_time varchar2(30);
8: l_agent varchar2(200);
9: ctr1 integer := 0;

Line 86: if (icx_sec.validateSession(c_function_code => 'JTF_TERR_DFN_RPT', c_validate_only => 'Y')) then

82: BEGIN
83:
84: fnd_client_info.set_org_context(fnd_profile.value('ORG_ID'));
85:
86: if (icx_sec.validateSession(c_function_code => 'JTF_TERR_DFN_RPT', c_validate_only => 'Y')) then
87: header;
88:
89: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
90: -------------------- Returns login user Id--------------------------

Line 89: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);

85:
86: if (icx_sec.validateSession(c_function_code => 'JTF_TERR_DFN_RPT', c_validate_only => 'Y')) then
87: header;
88:
89: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
90: -------------------- Returns login user Id--------------------------
91: htp.FormOpen(owa_util.Get_Owa_Service_Path||'JTF_TERR_DEFINITION_REPORT_PVT.report_wrapper', cattributes => ' NAME="param"');
92: htp.htmlopen;
93: htp.headOpen;