DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on PO_HEADERS_ALL

Line 391: po_headers_all poh,

387: poh.rate_date,
388: sob.currency_code,
389: pod.set_of_books_id
390: FROM po_distributions_all pod,
391: po_headers_all poh,
392: gl_sets_of_books sob
393: WHERE pod.po_distribution_id = p_po_distribution_id
394: AND poh.po_header_id = pod.po_header_id
395: AND sob.set_of_books_id = pod.set_of_books_id ;

Line 846: FROM po_headers_all poh,

842: poh.vendor_id
843: INTO l_inst_tbl(l_ind).po_header_id,
844: l_inst_tbl(l_ind).po_number,
845: l_inst_tbl(l_ind).po_vendor_id
846: FROM po_headers_all poh,
847: po_distributions_all pod
848: WHERE pod.po_distribution_id = l_inst_tbl(l_ind).po_distribution_id
849: AND poh.po_header_id = pod.po_header_id;
850: