DBA Data[Home] [Help]

APPS.AST_OFL_TERR_MISS_ACC_PARAM dependencies on ICX_SEC

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

1: PACKAGE BODY AST_OFL_TERR_MISS_ACC_PARAM AS
2: /* $Header: astrtnpb.pls 115.6 2002/02/07 15:24:29 pkm ship $ */
3:
4: g_image_prefix varchar2(250) := '/OA_MEDIA/'||icx_sec.getid(icx_sec.pv_language_code)||'/';
5: l_user_id number;
6: v_date_time varchar2(30);
7: l_agent varchar2(200);
8: ctr1 integer := 0;

Line 77: if (icx_sec.validateSession) then

73:
74: BEGIN
75:
76:
77: if (icx_sec.validateSession) then
78: header;
79:
80: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
81: -------------------- Returns login user Id--------------------------

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

76:
77: if (icx_sec.validateSession) then
78: header;
79:
80: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
81: -------------------- Returns login user Id--------------------------
82: htp.FormOpen(owa_util.Get_Owa_Service_Path||'AST_OFL_TERR_MISS_acc_report.report_wrapper',
83: cattributes => ' NAME="param"');
84: htp.htmlopen;