DBA Data[Home] [Help]

APPS.OE_PORTAL_ORDER dependencies on OE_ORDER_SCH_UTIL

Line 35: p_sch_action => OE_ORDER_SCH_UTIL.OESCH_ACT_RESERVE,

31: /* For submitted orders, first schedule the order*/
32: if p_book_flag = 'Y' Then
33: OE_GRP_SCH_UTIL.Schedule_Order
34: (p_header_id => p_header_id,
35: p_sch_action => OE_ORDER_SCH_UTIL.OESCH_ACT_RESERVE,
36: p_entity_type => 'ORDER',
37: p_line_id => '',
38: x_atp_tbl => l_atp_tbl,
39: x_return_status => l_return_status,