DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PVT dependencies on AHL_OSP_PO_REQ_PVT

Line 2945: AHL_OSP_PO_REQ_PVT.Create_PO_Requisition

2941: END IF;
2942: -- Added by jaramana on January 9, 2008 for the Requisition ER 6034236
2943: ELSIF(p_x_osp_order_rec.status_code = G_OSP_REQ_SUBMITTED_STATUS) THEN
2944: -- submit for PO creation
2945: AHL_OSP_PO_REQ_PVT.Create_PO_Requisition
2946: (
2947: p_api_version => 1.0 ,
2948: p_osp_order_id => p_x_osp_order_rec.osp_order_id,
2949: x_batch_id => l_batch_id,

Line 2996: AHL_OSP_PO_REQ_PVT.Is_PO_Req_Closed(p_x_osp_order_rec.po_req_header_id) = G_NO_FLAG ) THEN

2992: FND_MSG_PUB.ADD;
2993: END IF;
2994: -- If the status is REQ_CREATED, ask Requisition whether the order can be closed.
2995: IF(l_old_status_code = G_OSP_REQ_CREATED_STATUS AND
2996: AHL_OSP_PO_REQ_PVT.Is_PO_Req_Closed(p_x_osp_order_rec.po_req_header_id) = G_NO_FLAG ) THEN
2997: FND_MESSAGE.Set_Name('AHL', 'AHL_OSP_INV_CL_REQ_OPEN');
2998: FND_MSG_PUB.ADD;
2999: END IF;
3000: