DBA Data[Home] [Help]

APPS.PO_CHARGES_GRP dependencies on PO_DISTRIBUTIONS_ALL

Line 102: po_distributions_all pod,

98: FROM ap_invoice_distributions_all aid_charge,
99: ap_invoice_distributions_all aid_matched_items,
100: ap_invoice_lines_all ail_charge_lines,
101: ap_invoices_all ai_non_fte_invoices,
102: po_distributions_all pod,
103: po_line_locations_all poll,
104: rcv_shipment_lines rsl
105: WHERE aid_charge.charge_applicable_to_dist_id = aid_matched_items.invoice_distribution_id
106: AND NVL(aid_charge.rcv_charge_addition_flag, 'N') = 'N'