DBA Data[Home] [Help]

APPS.AST_OFL_LEAD_ACC_PARAM dependencies on OWA_UTIL

Line 98: htp.FormOpen(owa_util.Get_Owa_Service_Path||'AST_OFL_LEAD_ACC_report.report_wrapper',

94: header;
95:
96: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
97: -------------------- Returns login user Id--------------------------
98: htp.FormOpen(owa_util.Get_Owa_Service_Path||'AST_OFL_LEAD_ACC_report.report_wrapper',
99: cattributes => ' NAME="param"');
100: htp.htmlopen;
101: htp.headOpen;
102: htp.title('Unassigned Opportunities Report');

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

220: END lead_acc_paramform;
221:
222: procedure footer is
223: BEGIN
224: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');
225: htp.htmlopen;
226: htp.tableRowOpen;
227: htp.tableData( htf.hr, crowspan => '1', ccolspan => '190', cnowrap => 'TRUE');
228: htp.tableRowClose;