DBA Data[Home] [Help]

APPS.JAI_AP_UTILS_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 1290: from po_distributions_all

1286: from po_line_locations_all
1287: where (po_header_id, po_line_id, line_location_id ) in
1288: (
1289: select po_header_id, po_line_id, line_location_id
1290: from po_distributions_all
1291: where po_distribution_id = p_po_distribution_id
1292: );
1293:
1294: cursor c_get_receipt_qty(p_rcv_transaction_id number) is