DBA Data[Home] [Help]

APPS.PO_CHORD_WF4 dependencies on PO_RELEASES_ALL

Line 568: FROM po_releases_all por,

564:
565: -- Get the currency code and precision
566: SELECT poh.currency_code
567: INTO l_currency_code
568: FROM po_releases_all por,
569: po_headers_all poh
570: WHERE por.po_release_id = x_po_release_id
571: AND poh.po_header_id = por.po_header_id;
572: