DBA Data[Home] [Help]

APPS.PO_PDOI_POSTPROC_PVT dependencies on PO_LINE_LOCATIONS_ALL

Line 547: FROM po_line_locations_all PLLA

543: AND PLLD.po_line_id = l_po_line_id_tbl(i)
544: AND PLLD.line_location_id = PPDD.entity_id
545: UNION ALL
546: SELECT 1
547: FROM po_line_locations_all PLLA
548: WHERE PLLA.po_line_id = l_po_line_id_tbl(i)
549: AND PLLA.line_location_id = PPDD.entity_id);
550:
551: IF (PO_LOG.d_proc) THEN

Line 2673: UPDATE po_line_locations_all

2669: END IF;
2670:
2671: -- Shipments/Price Breaks should be marked as APPROVED if the document
2672: -- is imported as approved
2673: UPDATE po_line_locations_all
2674: SET approved_flag = 'Y',
2675: approved_date = l_approved_date,
2676: last_update_date = SYSDATE,
2677: last_updated_by = FND_GLOBAL.user_id,