DBA Data[Home] [Help]

APPS.OE_OPT_PROCESS dependencies on OE_MSG

Line 138: OE_MSG.Internal_Exception(Routine=>

134: when too_many_rows then
135: null;
136: when others then
137: Return_Status:=OE_FAILURE;
138: OE_MSG.Internal_Exception(Routine=>
139: 'OE_OPT_PROCESS.Get_Item_Information',
140: Operation=>'',
141: Object=>'OPTION',
142: Message=>' When Others'||sqlcode);

Line 203: OE_MSG.Internal_Exception(Routine=>

199: null;
200:
201: when others then
202: P_Return_Status:=OE_FAILURE;
203: OE_MSG.Internal_Exception(Routine=>
204: 'OE_OPT_PROCESS.Get_Option_Detail_Controls',
205: Operation=>'',
206: Object=>'OPTION',
207: Message=>' When Others');

Line 234: OE_MSG.Internal_Exception(Routine=>

230: null;
231:
232: when others then
233: P_Return_Status:=OE_FAILURE;
234: OE_MSG.Internal_Exception(Routine=>
235: 'OE_OPT_PROCESS.Get_ATO_Parent_Information',
236: Operation=>'',
237: Object=>'OPTION',
238: Message=>' When Others');

Line 332: OE_MSG.Internal_Exception(Routine=>

328: exception
329:
330: when others then
331: P_Return_Status:=OE_FAILURE;
332: OE_MSG.Internal_Exception(Routine=>
333: 'OE_OPT_PROCESS.Insert_Service_Details',
334: Operation=>'',
335: Object=>'OPTION',
336: Message=>' When Others');

Line 385: OE_MSG.Internal_Exception(Routine=>

381: exception
382:
383: when others then
384: P_Return_Status:=OE_FAILURE;
385: OE_MSG.Internal_Exception(Routine=>
386: 'OE_OPT_PROCESS.Query_BOM_Quantity',
387: Operation=>'',
388: Object=>'OPTION',
389: Message=>' When Others');

Line 423: OE_MSG.Internal_Exception(Routine=>

419:
420: when others then
421:
422: P_Return_Status:=OE_FAILURE;
423: OE_MSG.Internal_Exception(Routine=>
424: 'OE_OPT_PROCESS.Set_Update_Subconfig_Flag',
425: Operation=>'',
426: Object=>'OPTION',
427: Message=>' When Others');