DBA Data[Home] [Help]

APPS.OE_ATP dependencies on OE_ORDER_SCH_UTIL

Line 210: l_line_rec.schedule_action_code := OE_ORDER_SCH_UTIL.OESCH_ACT_ATP_CHECK;

206: oe_debug_pub.add( 'LINE TYPE ON LINE NEW : '||TO_CHAR ( L_LINE_REC.LINE_TYPE_ID ) , 3 ) ;
207: END IF;
208:
209: l_line_rec.item_type_code := OE_GLOBALS.G_ITEM_STANDARD;
210: l_line_rec.schedule_action_code := OE_ORDER_SCH_UTIL.OESCH_ACT_ATP_CHECK;
211:
212: -- Bug4504362
213:
214: IF l_debug_level > 0 THEN

Line 335: IF (p_entity_type <> OE_ORDER_SCH_UTIL.OESCH_ENTITY_O_LINE) THEN

331: l_entity_type := p_entity_type;
332: l_entity_id := p_entity_id;
333:
334:
335: IF (p_entity_type <> OE_ORDER_SCH_UTIL.OESCH_ENTITY_O_LINE) THEN
336: OE_GRP_SCH_UTIL.Group_Schedule
337: (p_group_req_rec => l_group_req_rec,
338: x_atp_tbl => l_out_atp_tbl,
339: x_return_status => l_return_status);