DBA Data[Home] [Help]

APPS.POA_OLTP_GENERIC_PKG dependencies on PO_LINE_LOCATIONS_ARCHIVE_ALL

Line 75: from po_line_locations_archive_all pll

71: END IF;
72:
73: select min(approved_date)
74: into app_date
75: from po_line_locations_archive_all pll
76: where pll.line_location_id = p_line_location_id
77: and pll.approved_date >= p_creation_date;
78:
79: g_pll_approved_date := app_date;