DBA Data[Home] [Help]

APPS.PO_PDOI_PREPROC_PVT dependencies on PO_LINES_ALL

Line 1265: FROM po_lines_all POL,

1261: SELECT MAX('Y')
1262: INTO l_rel_exists
1263: FROM DUAL
1264: WHERE EXISTS (SELECT 'Exists std PO ref the orig GA'
1265: FROM po_lines_all POL,
1266: po_headers_all POH
1267: WHERE POL.from_header_id = p_po_header_id
1268: AND POL.po_header_id = POH.po_header_id
1269: AND POH.creation_date >= l_exp_date);