DBA Data[Home] [Help]

APPS.PO_TOTALS_PO_SV dependencies on PO_RELEASES_ARCHIVE

Line 110: po_releases_archive pra

106: INTO x_min_unit,
107: x_precision
108: FROM fnd_currencies fc,
109: po_headers_archive pha,
110: po_releases_archive pra
111: WHERE pha.po_header_id = pra.po_header_id
112: AND pra.po_release_id = X_release_id
113: AND pha.revision_num = X_revision_num
114: AND fc.currency_code = pha.currency_code