DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_UTILS dependencies on AP_WEB_DB_EXPRPT_PKG

Line 3051: l_payment_due_from_report := AP_WEB_DB_EXPRPT_PKG.getPaymentDueFromReport(p_report_header_id);

3047: END IF;
3048:
3049:
3050: --Checked if report is both pay, then get the both pay status code
3051: l_payment_due_from_report := AP_WEB_DB_EXPRPT_PKG.getPaymentDueFromReport(p_report_header_id);
3052:
3053: IF l_payment_due_from_report IS NOT NULL AND l_payment_due_from_report = 'BOTH' THEN
3054:
3055: l_status_code := AP_WEB_OA_ACTIVE_PKG.GetBothPayStatusCode(p_report_header_id, l_status_code,