DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_CONFIG_PVT

Line 780: OE_Config_Pvt.Copy_Config

776: );
777:
778: ELSIF l_request_type =
779: OE_GLOBALS.G_COPY_CONFIGURATION then
780: OE_Config_Pvt.Copy_Config
781: ( p_top_model_line_id => l_request_rec.entity_id ,
782: p_config_hdr_id => l_request_rec.param1 ,
783: p_config_rev_nbr => l_request_rec.param2 ,
784: p_configuration_id => l_request_rec.param4 ,

Line 2871: /* IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN

2867: Oe_Line_Adj_Util.Delete_Changed_Lines_Tbl;
2868: END IF;
2869:
2870: ----Bug #2822222
2871: /* IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN
2872: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
2873: END IF; */
2874:
2875:

Line 2872: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;

2868: END IF;
2869:
2870: ----Bug #2822222
2871: /* IF OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.COUNT > 0 THEN
2872: OE_Config_Pvt.OE_MODIFY_INC_ITEMS_TBL.DELETE;
2873: END IF; */
2874:
2875:
2876: EXCEPTION