DBA Data[Home] [Help]

APPS.AP_WEB_AME_PKG dependencies on AP_WEB_DB_EXPRPT_PKG

Line 410: IF (NOT AP_WEB_DB_EXPRPT_PKG.GetHeaderTotal(p_report_header_id, l_reportTotal)) THEN

406:
407: -----------------------------------------------------
408: l_debug_info := 'Get report total base on the report header id.';
409: -----------------------------------------------------
410: IF (NOT AP_WEB_DB_EXPRPT_PKG.GetHeaderTotal(p_report_header_id, l_reportTotal)) THEN
411: return 0;
412: END IF;
413:
414: -----------------------------------------------------