DBA Data[Home] [Help]

APPS.AST_OFL_TERR_MISS_ACC_PARAM dependencies on OWA_UTIL

Line 82: htp.FormOpen(owa_util.Get_Owa_Service_Path||'AST_OFL_TERR_MISS_acc_report.report_wrapper',

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;
85: htp.headOpen;
86: htp.title('Territories - No Accesses Report');

Line 135: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');

131: END terr_miss_acc_param;
132:
133: procedure footer is
134: BEGIN
135: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');
136: htp.htmlopen;
137: htp.tableRowOpen;
138: htp.tableData( htf.hr, crowspan => '1', ccolspan => '190', cnowrap => 'TRUE');
139: htp.tableRowClose;