DBA Data[Home] [Help]

APPS.PO_ACKNOWLEDGE_PO_PVT dependencies on PO_RELEASES_ARCHIVE_ALL

Line 230: from po_releases_archive_all

226:
227: BEGIN
228: select revision_num
229: into l_arch_revision_num
230: from po_releases_archive_all
231: where po_release_id = p_po_release_id
232: and latest_external_flag = 'Y';
233:
234: EXCEPTION