DBA Data[Home] [Help]

APPS.POA_OLTP_GENERIC_PKG dependencies on PO_HEADERS_ARCHIVE_ALL

Line 27: from po_headers_archive_all poh

23: END IF;
24:
25: select min(approved_date)
26: into app_date
27: from po_headers_archive_all poh
28: where poh.po_header_id = p_poh_id
29: and poh.approved_date >= p_creation_date;
30:
31: g_poh_approved_date := app_date;