DBA Data[Home] [Help]

APPS.AST_OFL_TERR_MISS_ASGN_PARAM dependencies on OWA_UTIL

Line 81: htp.FormOpen(owa_util.Get_Owa_Service_Path||'AST_OFL_TERR_MISS_ASGN_report.report_wrapper',

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;
84: htp.headOpen;
85: htp.title('Missing Territory Assignments Report');

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

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