DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 390: FROM po_distributions_all pod,

386: pod.rate,
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

Line 847: po_distributions_all pod

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:
851: END IF;