DBA Data[Home] [Help]

APPS.JAI_AP_IDA_TRIGGER_PKG dependencies on AP_INVOICES_UTILITY_PKG

Line 1030: RETURN (ap_invoices_utility_pkg.get_payment_status(p_invoice_id));

1026: IS
1027: PRAGMA AUTONOMOUS_TRANSACTION;
1028:
1029: BEGIN
1030: RETURN (ap_invoices_utility_pkg.get_payment_status(p_invoice_id));
1031: END get_invoice_payment_status;
1032:
1033: /*end changes for bug 6493858*/
1034: