DBA Data[Home] [Help]

APPS.PO_CHORD_WF3 dependencies on PO_RELEASES_ALL

Line 978: FROM po_releases_all por,

974:
975: -- Get the currency code and precision
976: SELECT poh.currency_code
977: INTO l_currency_code
978: FROM po_releases_all por,
979: po_headers_all poh
980: WHERE por.po_release_id = x_po_release_id
981: AND poh.po_header_id = por.po_header_id;
982: