DBA Data[Home] [Help]

APPS.OE_UTIL dependencies on OE_UTIL

Line 1: PACKAGE BODY OE_UTIL AS

1: PACKAGE BODY OE_UTIL AS
2: /* $Header: oexutlb.pls 115.1 99/07/16 08:30:36 porting shi $ */
3:
4: PROCEDURE Set_Schedule_Date_Window (
5: P_Result OUT VARCHAR2

Line 24: OE_MSG.Internal_Exception('OE_UTIL.Set_Schedule_Date_Window',

20: Return;
21:
22: exception
23: when others then
24: OE_MSG.Internal_Exception('OE_UTIL.Set_Schedule_Date_Window',
25: 'Setting Schedule Window', '');
26: P_Result := 'N';
27:
28: end Set_Schedule_Date_Window;

Line 51: OE_MSG.Internal_Exception('OE_UTIL.Reset_Schedule_Date_Window',

47: Return;
48:
49: exception
50: when others then
51: OE_MSG.Internal_Exception('OE_UTIL.Reset_Schedule_Date_Window',
52: 'Resetting Schedule Window', Original_Sch_Window);
53: P_Result := 'N';
54:
55: end Reset_Schedule_Date_Window;

Line 57: END OE_UTIL;

53: P_Result := 'N';
54:
55: end Reset_Schedule_Date_Window;
56:
57: END OE_UTIL;