DBA Data[Home] [Help]

APPS.AP_WEB_EXPORT_ER dependencies on AP_WEB_DB_EXPRPT_PKG

Line 1203: AP_WEB_DB_EXPRPT_PKG.getPaymentDueFromReport(l_invoice_rec.report_header_id,

1199:
1200: l_payment_due_from := '';
1201:
1202: IF (NOT
1203: AP_WEB_DB_EXPRPT_PKG.getPaymentDueFromReport(l_invoice_rec.report_header_id,
1204: l_payment_due_from)) THEN
1205: NULL;
1206: END IF;
1207: