DBA Data[Home] [Help]

APPS.PO_CHORD_WF3 dependencies on PO_RELEASES_ALL

Line 974: FROM po_releases_all por,

970:
971: -- Get the currency code and precision
972: SELECT poh.currency_code
973: INTO l_currency_code
974: FROM po_releases_all por,
975: po_headers_all poh
976: WHERE por.po_release_id = x_po_release_id
977: AND poh.po_header_id = por.po_header_id;
978: