DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_PVT dependencies on PO_COMPLEX_WORK_PVT

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

2682: FROM po_line_locations_all
2683: WHERE line_location_id = p_line_loc_id;
2684:
2685: --Call the PO API to check whether the passed PO is complex work order.
2686: IF (po_complex_work_pvt.is_complex_work_po(l_header_id)) THEN
2687: x_return_status := 'Y';
2688: END IF;
2689: END IF;
2690:

Line 2712: IF (po_complex_work_pvt.is_complex_work_po(p_header_id)) THEN

2708:
2709: IF(p_header_id IS NOT NULL) THEN
2710:
2711: --Call the PO API to check whether the passed PO is complex work order.
2712: IF (po_complex_work_pvt.is_complex_work_po(p_header_id)) THEN
2713: x_return_status := 'Y';
2714: END IF;
2715: END IF;
2716: