DBA Data[Home] [Help]

APPS.JAI_AP_IDA_TRIGGER_DTC_PKG dependencies on PO_VENDORS

Line 30: from ap_invoices_all ai, po_vendors pv

26: -- Bug#5131075(4683207). Added by Lakshmi Gopalsami
27: ai.invoice_type_lookup_code,
28: ai.invoice_num, /*added for bug 6493858 ref-6318997*/
29: pv.vendor_type_lookup_code /* Bug 8330522. Added by Lakshmi Gopalsami */
30: from ap_invoices_all ai, po_vendors pv
31: where ai.invoice_id = pr_new.invoice_id
32: and ai.vendor_id = pv.vendor_id;
33:
34: --Added by Sanjikum for Bug#5131075(4722011)