DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_PVT dependencies on PO_COMPLEX_WORK_PVT

Line 2649: IF (po_complex_work_pvt.is_complex_work_po(l_header_id)) THEN

2645: FROM po_line_locations_all
2646: WHERE line_location_id = p_line_loc_id;
2647:
2648: --Call the PO API to check whether the passed PO is complex work order.
2649: IF (po_complex_work_pvt.is_complex_work_po(l_header_id)) THEN
2650: x_return_status := 'Y';
2651: END IF;
2652: END IF;
2653: