DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_CONFIG_SCHEDULE_PVT

Line 2022: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).entity_id

2018: l_index := p_line_rec.line_id;
2019: IF l_qty_to_reserve is not NULL OR
2020: l_qty_to_unreserve is not NULL THEN
2021:
2022: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).entity_id
2023: := p_line_rec.top_model_line_id;
2024: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).line_id
2025: := p_line_rec.line_id;
2026: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_reserve

Line 2024: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).line_id

2020: l_qty_to_unreserve is not NULL THEN
2021:
2022: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).entity_id
2023: := p_line_rec.top_model_line_id;
2024: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).line_id
2025: := p_line_rec.line_id;
2026: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_reserve
2027: := l_qty_to_reserve;
2028: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_unreserve

Line 2026: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_reserve

2022: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).entity_id
2023: := p_line_rec.top_model_line_id;
2024: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).line_id
2025: := p_line_rec.line_id;
2026: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_reserve
2027: := l_qty_to_reserve;
2028: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_unreserve
2029: := l_qty_to_unreserve;
2030: END IF;

Line 2028: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_unreserve

2024: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).line_id
2025: := p_line_rec.line_id;
2026: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_reserve
2027: := l_qty_to_reserve;
2028: Oe_Config_Schedule_Pvt.OE_Reservations_Tbl(l_index).qty_to_unreserve
2029: := l_qty_to_unreserve;
2030: END IF;
2031: END IF;
2032:

Line 8616: OE_CONFIG_SCHEDULE_PVT.Log_Config_Sch_Request

8612: IF l_debug_level > 0 THEN
8613: oe_debug_pub.add( 'NEW SCHEDULING CONFIG RELATED' , 1 ) ;
8614: END IF;
8615:
8616: OE_CONFIG_SCHEDULE_PVT.Log_Config_Sch_Request
8617: ( p_line_rec => p_x_line_rec
8618: ,p_old_line_rec => l_old_line_rec
8619: ,p_sch_action => l_line_action
8620: ,p_caller => p_caller

Line 15663: Oe_Config_Schedule_Pvt.Query_Set_Lines

15659: END IF;
15660:
15661: x_return_status := FND_API.G_RET_STS_SUCCESS;
15662:
15663: Oe_Config_Schedule_Pvt.Query_Set_Lines
15664: (p_header_id => p_request_rec.param1,
15665: p_ship_set_id => p_request_rec.param2,
15666: p_sch_action => 'UI_ACTION',
15667: x_line_tbl => l_line_tbl,

Line 15924: Oe_Config_Schedule_Pvt.Process_Group

15920: end loop;
15921: oe_debug_pub.add( ' 6663462 : calling process group ' );
15922: IF l_line_tbl.count > 0 THEN
15923:
15924: Oe_Config_Schedule_Pvt.Process_Group
15925: (p_x_line_tbl => l_line_tbl
15926: ,p_old_line_tbl => l_old_line_tbl
15927: ,p_caller => 'UI_ACTION'
15928: ,p_sch_action => 'SCHEDULE'