DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_CONFIG_SCHEDULE_PVT

Line 2086: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).entity_id

2082: l_index :=MOD(p_line_rec.line_id,G_BINARY_LIMIT);--7827737
2083: IF l_qty_to_reserve is not NULL OR
2084: l_qty_to_unreserve is not NULL THEN
2085:
2086: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).entity_id
2087: := p_line_rec.top_model_line_id;
2088: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).line_id
2089: := p_line_rec.line_id;
2090: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_reserve

Line 2088: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).line_id

2084: l_qty_to_unreserve is not NULL THEN
2085:
2086: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).entity_id
2087: := p_line_rec.top_model_line_id;
2088: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).line_id
2089: := p_line_rec.line_id;
2090: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_reserve
2091: := l_qty_to_reserve;
2092: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_unreserve

Line 2090: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_reserve

2086: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).entity_id
2087: := p_line_rec.top_model_line_id;
2088: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).line_id
2089: := p_line_rec.line_id;
2090: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_reserve
2091: := l_qty_to_reserve;
2092: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_unreserve
2093: := l_qty_to_unreserve;
2094: END IF;

Line 2092: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_unreserve

2088: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).line_id
2089: := p_line_rec.line_id;
2090: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_reserve
2091: := l_qty_to_reserve;
2092: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_unreserve
2093: := l_qty_to_unreserve;
2094: END IF;
2095: END IF;
2096:

Line 10075: OE_CONFIG_SCHEDULE_PVT.Log_Config_Sch_Request

10071: IF l_debug_level > 0 THEN
10072: oe_debug_pub.add( 'NEW SCHEDULING CONFIG RELATED' , 1 ) ;
10073: END IF;
10074:
10075: OE_CONFIG_SCHEDULE_PVT.Log_Config_Sch_Request
10076: ( p_line_rec => p_x_line_rec
10077: ,p_old_line_rec => l_old_line_rec
10078: ,p_sch_action => l_line_action
10079: ,p_caller => p_caller

Line 15522: oe_config_schedule_pvt.Save_Sch_Attributes

15518: RAISE FND_API.G_EXC_ERROR;
15519: END IF;
15520: --8706868
15521: END IF;
15522: oe_config_schedule_pvt.Save_Sch_Attributes
15523: ( p_x_line_tbl => l_mrp_line_tbl
15524: ,p_old_line_tbl => l_old_mrp_line_tbl
15525: ,p_sch_action => OESCH_ACT_RESCHEDULE
15526: ,p_caller => OE_SCHEDULE_UTIL.SCH_EXTERNAL

Line 15540: oe_config_schedule_pvt.Save_Sch_Attributes

15536: END IF; -- need scheduling
15537: IF l_non_mrp_line_tbl.count >1 THEN
15538: l_local_line_tbl.delete;
15539: l_local_line_tbl := l_non_mrp_line_tbl;
15540: oe_config_schedule_pvt.Save_Sch_Attributes
15541: ( p_x_line_tbl => l_non_mrp_line_tbl --l_line_tbl
15542: ,p_old_line_tbl => l_local_line_tbl --l_line_tbl -- l_old_line_tbl
15543: ,p_sch_action => OESCH_ACT_RESCHEDULE
15544: ,p_caller => OE_SCHEDULE_UTIL.SCH_EXTERNAL

Line 18211: Oe_Config_Schedule_Pvt.Query_Set_Lines

18207: END IF;
18208:
18209: x_return_status := FND_API.G_RET_STS_SUCCESS;
18210:
18211: Oe_Config_Schedule_Pvt.Query_Set_Lines
18212: (p_header_id => p_request_rec.param1,
18213: p_ship_set_id => p_request_rec.param2,
18214: p_sch_action => 'UI_ACTION',
18215: x_line_tbl => l_line_tbl,

Line 18616: Oe_Config_Schedule_Pvt.Process_Group

18612: end loop;
18613: oe_debug_pub.add( ' 6663462 : calling process group ' );
18614: IF l_line_tbl.count > 0 THEN
18615:
18616: Oe_Config_Schedule_Pvt.Process_Group
18617: (p_x_line_tbl => l_line_tbl
18618: ,p_old_line_tbl => l_old_line_tbl
18619: ,p_caller => 'UI_ACTION'
18620: ,p_sch_action => 'SCHEDULE'