DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PVT dependencies on AHL_OSP_PO_REQ_PVT

Line 2973: AHL_OSP_PO_REQ_PVT.Create_PO_Requisition

2969: END IF;
2970: -- Added by jaramana on January 9, 2008 for the Requisition ER 6034236
2971: ELSIF(p_x_osp_order_rec.status_code = G_OSP_REQ_SUBMITTED_STATUS) THEN
2972: -- submit for PO creation
2973: AHL_OSP_PO_REQ_PVT.Create_PO_Requisition
2974: (
2975: p_api_version => 1.0 ,
2976: p_osp_order_id => p_x_osp_order_rec.osp_order_id,
2977: x_batch_id => l_batch_id,

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

3020: FND_MSG_PUB.ADD;
3021: END IF;
3022: -- If the status is REQ_CREATED, ask Requisition whether the order can be closed.
3023: IF(l_old_status_code = G_OSP_REQ_CREATED_STATUS AND
3024: AHL_OSP_PO_REQ_PVT.Is_PO_Req_Closed(p_x_osp_order_rec.po_req_header_id) = G_NO_FLAG ) THEN
3025: FND_MESSAGE.Set_Name('AHL', 'AHL_OSP_INV_CL_REQ_OPEN');
3026: FND_MSG_PUB.ADD;
3027: END IF;
3028: