DBA Data[Home] [Help]

APPS.AST_OFL_TERR_ACC_CLASS_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_ACC_CLASS_PARAM AS
2: /* $Header: astrtapb.pls 115.10 2002/02/06 14:27:40 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 84: if (icx_sec.validateSession) then

80:
81: BEGIN
82:
83:
84: if (icx_sec.validateSession) then
85: header;
86:
87: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
88: -------------------- Returns login user Id--------------------------

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

83:
84: if (icx_sec.validateSession) then
85: header;
86:
87: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
88: -------------------- Returns login user Id--------------------------
89: htp.FormOpen(owa_util.Get_Owa_Service_Path||'AST_OFL_TERR_acc_class_report.report_wrapper',
90: cattributes => ' NAME="param"');
91: htp.htmlopen;