DBA Data[Home] [Help]

APPS.AST_OFL_TERR_ACC_CLASS_PARAM dependencies on OWA_UTIL

Line 89: htp.FormOpen(owa_util.Get_Owa_Service_Path||'AST_OFL_TERR_acc_class_report.report_wrapper',

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;
92: htp.headOpen;
93: htp.title('Account Classification Report');

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

137: END terr_acc_class_param;
138:
139: procedure footer is
140: BEGIN
141: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');
142: htp.htmlopen;
143: htp.tableRowOpen;
144: htp.tableData( htf.hr, crowspan => '1', ccolspan => '190', cnowrap => 'TRUE');
145: htp.tableRowClose;