DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 6211: from po_distributions_all a,

6207: );
6208:
6209: cursor c_po_dist_accrual_accnt_id(cp_transaction_id in number) is
6210: select accrual_account_id
6211: from po_distributions_all a,
6212: ( select po_line_location_id
6213: from rcv_transactions
6214: where transaction_id = cp_transaction_id) b
6215: where a.line_location_id = b.po_line_location_id;