DBA Data[Home] [Help]

APPS.IBE_ORDER_UTIL_PVT dependencies on OE_CONFIG_TSO_GRP

Line 207: IBE_Util.Debug('In Get_MACD_Action_Mode : After Initializations. Calling OE_CONFIG_TSO_GRP.Get_MACD_Action_Mode');

203: /*Call the OE procedure to check that the line is reconfigured or not
204: If the value of l_config_mode in (2,3 4) , the model is reconfigred. */
205:
206: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
207: IBE_Util.Debug('In Get_MACD_Action_Mode : After Initializations. Calling OE_CONFIG_TSO_GRP.Get_MACD_Action_Mode');
208: END IF;
209:
210:
211:

Line 213: OE_CONFIG_TSO_GRP.Get_MACD_Action_Mode

209:
210:
211:
212:
213: OE_CONFIG_TSO_GRP.Get_MACD_Action_Mode
214: ( p_line_id => l_line_id,
215: p_top_model_line_id => l_top_model_line_id ,
216: x_config_mode => l_config_mode,
217: x_return_status => l_return_status

Line 221: IBE_Util.Debug('In Get_MACD_Action_Mode : After Calling OE_CONFIG_TSO_GRP.Get_MACD_Action_Mode');

217: x_return_status => l_return_status
218: );
219:
220: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
221: IBE_Util.Debug('In Get_MACD_Action_Mode : After Calling OE_CONFIG_TSO_GRP.Get_MACD_Action_Mode');
222: END IF;
223:
224:
225: