DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_CONFIG_PVT

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

3779: END IF;
3780: oe_delayed_requests_pvt.Clear_Request
3781: (x_return_status => l_return_status);
3782:
3783: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337
3784: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3785: END IF;
3786: ROLLBACK TO SAVEPOINT Lines_Non_Partial;
3787: -- Bug 2801876

Line 3784: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;

3780: oe_delayed_requests_pvt.Clear_Request
3781: (x_return_status => l_return_status);
3782:
3783: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337
3784: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3785: END IF;
3786: ROLLBACK TO SAVEPOINT Lines_Non_Partial;
3787: -- Bug 2801876
3788: -- This condition would be true only when the process order

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

3811: END IF;
3812: oe_delayed_requests_pvt.Clear_Request
3813: (x_return_status => l_return_status);
3814:
3815: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337
3816: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3817: END IF;
3818: ROLLBACK TO SAVEPOINT Lines_Non_Partial;
3819:

Line 3816: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;

3812: oe_delayed_requests_pvt.Clear_Request
3813: (x_return_status => l_return_status);
3814:
3815: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337
3816: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3817: END IF;
3818: ROLLBACK TO SAVEPOINT Lines_Non_Partial;
3819:
3820: -- Same as comments give above for exc error

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

3837: END IF;
3838: oe_delayed_requests_pvt.Clear_Request
3839: (x_return_status => l_return_status);
3840:
3841: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337
3842: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3843: END IF;
3844: ROLLBACK TO SAVEPOINT Lines_Non_Partial;
3845: END IF;

Line 3842: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;

3838: oe_delayed_requests_pvt.Clear_Request
3839: (x_return_status => l_return_status);
3840:
3841: IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN -- for the bug 3726337
3842: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
3843: END IF;
3844: ROLLBACK TO SAVEPOINT Lines_Non_Partial;
3845: END IF;
3846: set_recursion_mode(p_Entity_Code => 5,

Line 11810: oe_config_pvt.Explode_Bill

11806: Print_Time('entering Complete_Config_Line');
11807:
11808: IF p_item_type = 1 THEN
11809:
11810: oe_config_pvt.Explode_Bill
11811: ( p_model_line_rec => p_x_line_rec
11812: ,p_do_update => FALSE
11813: ,p_check_effective_date => 'N'
11814: ,x_config_effective_date => l_rev_date

Line 11843: oe_config_pvt.Explode_Bill

11839: OE_GLOBALS.G_OPR_CREATE
11840: THEN
11841: l_line_rec := p_x_line_tbl(p_x_line_rec.top_model_line_index);
11842:
11843: oe_config_pvt.Explode_Bill
11844: ( p_model_line_rec => l_line_rec
11845: ,p_do_update => FALSE
11846: ,x_config_effective_date => l_rev_date
11847: ,x_frozen_model_bill => l_frozen_model_bill