DBA Data[Home] [Help]

APPS.AP_WEB_AME_PKG dependencies on AP_WEB_DB_EXPRPT_PKG

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

412:
413: -----------------------------------------------------
414: l_debug_info := 'Get report total base on the report header id.';
415: -----------------------------------------------------
416: IF (NOT AP_WEB_DB_EXPRPT_PKG.GetHeaderTotal(p_report_header_id, l_reportTotal)) THEN
417: return 0;
418: END IF;
419:
420: -----------------------------------------------------