DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_CONFIG_PVT

Line 3641: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337

3637: END IF;
3638: oe_delayed_requests_pvt.Clear_Request
3639: (x_return_status => l_return_status);
3640:
3641: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337
3642: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3643: END IF;
3644: ROLLBACK TO SAVEPOINT Lines_Non_Partial;
3645: -- Bug 2801876

Line 3642: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;

3638: oe_delayed_requests_pvt.Clear_Request
3639: (x_return_status => l_return_status);
3640:
3641: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337
3642: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3643: END IF;
3644: ROLLBACK TO SAVEPOINT Lines_Non_Partial;
3645: -- Bug 2801876
3646: -- This condition would be true only when the process order

Line 3673: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337

3669: END IF;
3670: oe_delayed_requests_pvt.Clear_Request
3671: (x_return_status => l_return_status);
3672:
3673: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337
3674: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3675: END IF;
3676: ROLLBACK TO SAVEPOINT Lines_Non_Partial;
3677:

Line 3674: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;

3670: oe_delayed_requests_pvt.Clear_Request
3671: (x_return_status => l_return_status);
3672:
3673: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337
3674: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3675: END IF;
3676: ROLLBACK TO SAVEPOINT Lines_Non_Partial;
3677:
3678: -- Same as comments give above for exc error

Line 3699: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337

3695: END IF;
3696: oe_delayed_requests_pvt.Clear_Request
3697: (x_return_status => l_return_status);
3698:
3699: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337
3700: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3701: END IF;
3702: ROLLBACK TO SAVEPOINT Lines_Non_Partial;
3703: END IF;

Line 3700: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;

3696: oe_delayed_requests_pvt.Clear_Request
3697: (x_return_status => l_return_status);
3698:
3699: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337
3700: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3701: END IF;
3702: ROLLBACK TO SAVEPOINT Lines_Non_Partial;
3703: END IF;
3704: set_recursion_mode(p_Entity_Code => 5,

Line 11581: oe_config_pvt.Explode_Bill

11577: Print_Time('entering Complete_Config_Line');
11578:
11579: IF p_item_type = 1 THEN
11580:
11581: oe_config_pvt.Explode_Bill
11582: ( p_model_line_rec => p_x_line_rec
11583: ,p_do_update => FALSE
11584: ,p_check_effective_date => 'N'
11585: ,x_config_effective_date => l_rev_date

Line 11614: oe_config_pvt.Explode_Bill

11610: OE_GLOBALS.G_OPR_CREATE
11611: THEN
11612: l_line_rec := p_x_line_tbl(p_x_line_rec.top_model_line_index);
11613:
11614: oe_config_pvt.Explode_Bill
11615: ( p_model_line_rec => l_line_rec
11616: ,p_do_update => FALSE
11617: ,x_config_effective_date => l_rev_date
11618: ,x_frozen_model_bill => l_frozen_model_bill