DBA Data[Home] [Help]

APPS.AHL_PRD_MTLTXN_PVT dependencies on INV_RESERVATION_GLOBAL

Line 1557: l_rsv_rec.supply_source_type_id := inv_reservation_global.g_source_type_inv;

1553: -- Demand Source -----------------------------
1554: l_rsv_rec.demand_source_line_detail := l_resv_rec.demand_source_line_detail; -- asm id
1555:
1556: -- Supply Source -----------------------------
1557: l_rsv_rec.supply_source_type_id := inv_reservation_global.g_source_type_inv;
1558: l_rsv_rec.primary_reservation_quantity := l_resv_rec.primary_reservation_quantity;
1559: l_rsv_rec.reservation_id := NULL;
1560:
1561: l_serial_number_tbl(1).inventory_item_id := p_x_ahl_mtltxn_tbl(i).Inventory_Item_Id ;

Line 7277: AND l_demand_source_type_id = INV_RESERVATION_GLOBAL.G_SOURCE_TYPE_WIP) THEN

7273: IF (get_scheduled_mater_csr%FOUND) THEN
7274: -- match l_demand_source_header_id and l_demand_source_line_id.
7275: IF (l_demand_source_header_id = p_ahl_mtl_txn_rec.wip_entity_id
7276: AND l_demand_source_line_id = p_ahl_mtl_txn_rec.operation_seq_num
7277: AND l_demand_source_type_id = INV_RESERVATION_GLOBAL.G_SOURCE_TYPE_WIP) THEN
7278:
7279: -- valid reservation for the workorder.
7280: x_reservation_flag := 'Y';
7281: