DBA Data[Home] [Help]

APPS.OE_OPT_PROCESS dependencies on OE_OPT_PROCESS

Line 1: PACKAGE BODY OE_OPT_PROCESS AS

1: PACKAGE BODY OE_OPT_PROCESS AS
2: /* $Header: OEXOPPRB.pls 115.3 99/07/16 08:13:58 porting shi $ */
3:
4: OE_SUCCESS CONSTANT VARCHAR2(1) := 'Y';
5: OE_FAILURE CONSTANT VARCHAR2(1) := 'N';

Line 139: 'OE_OPT_PROCESS.Get_Item_Information',

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);
143:

Line 204: 'OE_OPT_PROCESS.Get_Option_Detail_Controls',

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');
208:

Line 235: 'OE_OPT_PROCESS.Get_ATO_Parent_Information',

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');
239:

Line 333: 'OE_OPT_PROCESS.Insert_Service_Details',

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');
337:

Line 386: 'OE_OPT_PROCESS.Query_BOM_Quantity',

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');
390:

Line 424: 'OE_OPT_PROCESS.Set_Update_Subconfig_Flag',

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');
428:

Line 432: end OE_OPT_PROCESS;

428:
429: end Set_Update_Subconfig_Flag;
430:
431:
432: end OE_OPT_PROCESS;