DBA Data[Home] [Help]

APPS.OE_UTIL dependencies on OE_MSG

Line 17: OE_MSG.Set_Buffer_Message('OE_SCH_WINDOW_IGNORED');

13: end if;
14:
15: if (Schedule_Window_Profile > 1) then
16: FND_PROFILE.Put('OE_SCHEDULE_DATE_WINDOW', '1');
17: OE_MSG.Set_Buffer_Message('OE_SCH_WINDOW_IGNORED');
18: end if;
19:
20: Return;
21:

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;