DBA Data[Home] [Help]

APPS.PO_AP_PURGE_PVT dependencies on WIP_TRANSACTIONS

Line 2553: FROM wip_transactions WT

2549: SET PPL.double_check_flag = 'N'
2550: WHERE PPL.double_check_flag = 'Y'
2551: AND EXISTS (
2552: SELECT NULL
2553: FROM wip_transactions WT
2554: WHERE WT.po_header_id = PPL.po_header_id);
2555:
2556: -- Bug 4459947
2557: -- Do not hardcode schema name.