DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 398: , po_distributions_all pod

394: ,Nvl(mta.currency_conversion_date,pod.rate_date)
395: ,sob.currency_code
396: ,pod.set_of_books_id
397: FROM csi_inst_txn_details_v citdv
398: , po_distributions_all pod
399: , po_headers_all poh
400: , gl_sets_of_books sob
401: , mtl_transaction_accounts mta
402: WHERE citdv.transaction_id = p_transaction_id

Line 886: po_distributions_all pod

882: INTO l_inst_tbl(l_ind).po_header_id,
883: l_inst_tbl(l_ind).po_number,
884: l_inst_tbl(l_ind).po_vendor_id
885: FROM po_headers_all poh,
886: po_distributions_all pod
887: WHERE pod.po_distribution_id = l_inst_tbl(l_ind).po_distribution_id
888: AND poh.po_header_id = pod.po_header_id;
889:
890: ELSE --Added for bug 12972937