DBA Data[Home] [Help]

APPS.AST_OFL_TERR_MISS_ASGN_PARAM dependencies on ICX_SEC

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

1: PACKAGE BODY AST_OFL_TERR_MISS_ASGN_PARAM AS
2: /* $Header: astrtspb.pls 115.9 2002/02/07 15:24:46 pkm 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 76: if (icx_sec.validateSession) then

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

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

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