DBA Data[Home] [Help]

APPS.JAI_AP_IDA_TRIGGER_DTC_PKG dependencies on AP_INVOICES_UTILITY_PKG

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

149: IS
150: PRAGMA AUTONOMOUS_TRANSACTION;
151:
152: BEGIN
153: RETURN (ap_invoices_utility_pkg.get_payment_status(p_invoice_id));
154: END get_invoice_payment_status;
155:
156: /*end changes for bug 6493858*/
157: