DBA Data[Home] [Help]

APPS.AP_WEB_EXPORT_ER dependencies on AP_WEB_DB_EXPRPT_PKG

Line 2263: AP_WEB_DB_EXPRPT_PKG.getPaymentDueFromReport(l_invoice_rec.report_header_id,

2259:
2260: l_payment_due_from := '';
2261:
2262: IF (NOT
2263: AP_WEB_DB_EXPRPT_PKG.getPaymentDueFromReport(l_invoice_rec.report_header_id,
2264: l_payment_due_from)) THEN
2265: NULL;
2266: END IF;
2267: