DBA Data[Home] [Help]

APPS.JAI_AP_IDA_TRIGGER_DTC_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 108: FROM po_distributions_all

104: where transaction_id = p_rcv_transaction_id;
105:
106: CURSOR from_po_distributions(po_dist_id NUMBER) IS
107: SELECT line_location_id, po_line_id
108: FROM po_distributions_all
109: WHERE po_distribution_id = po_dist_id;
110:
111: CURSOR from_line_locations(loc_id NUMBER, line_id NUMBER) IS
112: SELECT line_focus_id