DBA Data[Home] [Help]

APPS.PO_ACKNOWLEDGE_PO_PVT dependencies on PO_RELEASES_ARCHIVE_ALL

Line 228: from po_releases_archive_all

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