DBA Data[Home] [Help]

APPS.PO_AP_PURGE_PVT dependencies on PO_HEADERS_ALL

Line 2828: po_headers_all POH

2824: OR
2825: EXISTS ( -- rm po if ga not in purge list
2826: SELECT NULL
2827: FROM po_lines_all POL,
2828: po_headers_all POH
2829: WHERE PPL.po_header_id = POL.po_header_id
2830: AND POL.from_header_id = POH.po_header_id
2831: AND POH.type_lookup_code = 'BLANKET'
2832: AND POH.global_agreement_flag = 'Y'

Line 2853: FROM po_headers_all POH,

2849: PPL1.po_header_id))
2850: OR
2851: EXISTS ( -- rm ga if po not in purge list
2852: SELECT NULL
2853: FROM po_headers_all POH,
2854: po_lines_all POL
2855: WHERE POH.po_header_id = PPL.po_header_id
2856: AND POH.type_lookup_code = 'BLANKET'
2857: AND POH.global_agreement_flag = 'Y'