DBA Data[Home] [Help]

APPS.OE_SET_UTIL dependencies on OE_ORDER_PVT

Line 684: oe_order_pvt.Lines

680: END IF;
681: end loop;
682: IF l_line_tbl.count > 0 THEN
683:
684: oe_order_pvt.Lines
685: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
686: , p_control_rec => l_control_rec
687: , p_x_line_tbl => l_line_tbl
688: , p_x_old_line_tbl => l_old_line_tbl

Line 702: OE_Order_PVT.Process_Requests_And_Notify

698: /* jolin start comment out nocopy for notification project
699:
700: -- Api to call notify OC and ACK and to process delayed requests
701:
702: OE_Order_PVT.Process_Requests_And_Notify
703: ( p_process_requests => FALSE
704: , p_notify => TRUE
705: , x_return_status => l_return_status
706: , p_line_tbl => l_line_tbl

Line 1463: oe_order_pvt.Lines

1459:
1460:
1461: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING := 'N';
1462: g_set_recursive_flag := TRUE;
1463: oe_order_pvt.Lines
1464: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
1465: , p_control_rec => l_control_rec
1466: , p_x_line_tbl => l_line_tbl
1467: , p_x_old_line_tbl => l_old_line_tbl

Line 1482: OE_Order_PVT.Process_Requests_And_Notify

1478: /* jolin start comment out nocopy for notification project
1479:
1480: -- Api to call notify OC and ACK and to process delayed requests
1481:
1482: OE_Order_PVT.Process_Requests_And_Notify
1483: ( p_process_requests => FALSE
1484: , p_notify => TRUE
1485: , x_return_status => l_return_status
1486: , p_line_tbl => l_line_tbl

Line 1839: -- Call OE_Order_PVT.Process_order

1835: l_control_rec.default_attributes := TRUE;
1836: l_control_rec.change_attributes := TRUE;
1837: l_control_rec.validate_entity := TRUE;
1838:
1839: -- Call OE_Order_PVT.Process_order
1840:
1841: oe_order_pvt.Lines
1842: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
1843: , p_control_rec => l_control_rec

Line 1841: oe_order_pvt.Lines

1837: l_control_rec.validate_entity := TRUE;
1838:
1839: -- Call OE_Order_PVT.Process_order
1840:
1841: oe_order_pvt.Lines
1842: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
1843: , p_control_rec => l_control_rec
1844: , p_x_line_tbl => l_line_tbl
1845: , p_x_old_line_tbl => l_old_line_tbl

Line 1860: OE_Order_PVT.Process_Requests_And_Notify

1856: -- jolin start comment out nocopy for notification project
1857:
1858: -- Api to call notify OC and ACK and to process delayed requests
1859:
1860: OE_Order_PVT.Process_Requests_And_Notify
1861: ( p_process_requests => TRUE
1862: , p_notify => TRUE
1863: , x_return_status => l_return_status
1864: , p_line_tbl => l_line_tbl

Line 2733: oe_order_pvt.Lines

2729:
2730:
2731: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING := 'N';
2732: g_set_recursive_flag := TRUE;
2733: oe_order_pvt.Lines
2734: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
2735: , p_control_rec => l_control_rec
2736: , p_x_line_tbl => l_line_tbl
2737: , p_x_old_line_tbl => l_old_line_tbl

Line 2752: OE_Order_PVT.Process_Requests_And_Notify

2748: /* jolin start comment out nocopy for notification project
2749:
2750: -- Api to call notify OC and ACK and to process delayed requests
2751:
2752: OE_Order_PVT.Process_Requests_And_Notify
2753: ( p_process_requests => FALSE
2754: , p_notify => TRUE
2755: , x_return_status => l_return_status
2756: , p_line_tbl => l_line_tbl

Line 3890: -- Call OE_Order_PVT.Process_order

3886: IF p_set_type <> 'FULFILLMENT' THEN
3887: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING := 'N';
3888: g_set_recursive_flag := TRUE;
3889:
3890: -- Call OE_Order_PVT.Process_order
3891: IF l_debug_level > 0 THEN
3892: oe_debug_pub.add( 'CALLING PROCESS ORDER' ) ;
3893: END IF;
3894: For t in 1..l_line_tbl.count

Line 3906: oe_order_pvt.Lines

3902: IF l_debug_level > 0 THEN
3903: oe_debug_pub.add( 'SHIP FROM' || L_LINE_TBL ( T ) .SHIP_FROM_ORG_ID ) ;
3904: END IF;
3905: end loop;
3906: oe_order_pvt.Lines
3907: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
3908: , p_control_rec => l_control_rec
3909: , p_x_line_tbl => l_line_tbl
3910: , p_x_old_line_tbl => l_old_line_tbl

Line 3924: OE_Order_PVT.Process_Requests_And_Notify

3920: /* jolin start comment out nocopy for notification project
3921:
3922: -- Api to call notify OC and ACK and to process delayed requests
3923:
3924: OE_Order_PVT.Process_Requests_And_Notify
3925: ( p_process_requests => FALSE
3926: , p_notify => TRUE
3927: , x_return_status => l_return_status
3928: , p_line_tbl => l_line_tbl

Line 5984: oe_order_pvt.Lines

5980: oe_debug_pub.add( 'BEFORE CALLING PROCESS ORDER IN SETS' ) ;
5981: END IF;
5982:
5983:
5984: oe_order_pvt.Lines
5985: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
5986: , p_control_rec => l_control_rec
5987: , p_x_line_tbl => l_line_tbl
5988: , p_x_old_line_tbl => g_old_line_tbl

Line 6002: OE_Order_PVT.Process_Requests_And_Notify

5998: /* jolin start comment out nocopy for notification project
5999:
6000: -- Api to call notify OC and ACK and to process delayed requests
6001:
6002: OE_Order_PVT.Process_Requests_And_Notify
6003: ( p_process_requests => FALSE
6004: , p_notify => TRUE
6005: , x_return_status => l_return_status
6006: , p_line_tbl => l_line_tbl