DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on PO_HEADERS_ALL

Line 399: , po_headers_all poh

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
403: AND citdv.source_dist_ref_id1 = pod.po_distribution_id

Line 885: FROM po_headers_all poh,

881: poh.vendor_id
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: