DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 5625: from po_distributions_all a,

5621: );
5622:
5623: cursor c_po_dist_accrual_accnt_id(cp_transaction_id in number) is
5624: select accrual_account_id
5625: from po_distributions_all a,
5626: ( select po_line_location_id
5627: from rcv_transactions
5628: where transaction_id = cp_transaction_id) b
5629: where a.line_location_id = b.po_line_location_id;