DBA Data[Home] [Help]

APPS.PO_PDOI_PREPROC_PVT dependencies on PO_LINES_ALL

Line 1183: FROM po_lines_all POL,

1179: SELECT MAX('Y')
1180: INTO l_rel_exists
1181: FROM DUAL
1182: WHERE EXISTS (SELECT 'Exists std PO ref the orig GA'
1183: FROM po_lines_all POL,
1184: po_headers_all POH
1185: WHERE POL.from_header_id = p_po_header_id
1186: AND POL.po_header_id = POH.po_header_id
1187: AND POH.creation_date >= l_exp_date);