DBA Data[Home] [Help]

APPS.POA_EDW_SUP_PERF_F_SIZE dependencies on STANDARD

Line 18: AND pll.shipment_type in ('BLANKET', 'SCHEDULED', 'STANDARD')

14: po_line_locations_all pll,
15: po_lines_all pol,
16: po_headers_all poh
17: WHERE pll.approved_flag = 'Y'
18: AND pll.shipment_type in ('BLANKET', 'SCHEDULED', 'STANDARD')
19: AND pll.po_line_id = pol.po_line_id
20: AND pll.po_header_id = poh.po_header_id
21: and greatest(pol.last_update_date, poh.last_update_date,
22: pll.last_update_date)