DBA Data[Home] [Help]

APPS.HR_BUDGET_CALENDAR dependencies on HR_BUDGET_CALENDAR

Line 1: PACKAGE BODY HR_BUDGET_CALENDAR as

1: PACKAGE BODY HR_BUDGET_CALENDAR as
2: /* $Header: pybudcal.pkb 115.1 99/07/17 05:46:32 porting sh $ */
3: --
4: /*===========================================================================+
5: | Copyright (c) 1993 Oracle Corporation |

Line 10: hr_budget_calendar

6: | Redwood Shores, California, USA |
7: | All rights reserved. |
8: +============================================================================+
9: Name
10: hr_budget_calendar
11: Purpose
12: Maintains budgetary calendars ie. creates and removes time periods
13: representing years of calendar.
14: Notes

Line 74: 'hr_budget_calendar.midpoint_offset');

70: exception
71: when no_data_found then
72: hr_utility.set_message(801, 'ALL_PROCEDURE_FAIL');
73: hr_utility.set_message_token('PROCEDURE',
74: 'hr_budget_calendar.midpoint_offset');
75: hr_utility.set_message_token('STEP', '1');
76: hr_utility.raise_error;
77: end;
78: --

Line 303: 'hr_budget_calendar.get_cal_details');

299: exception
300: when no_data_found then
301: hr_utility.set_message(801, 'ALL_PROCEDURE_FAIL');
302: hr_utility.set_message_token('PROCEDURE',
303: 'hr_budget_calendar.get_cal_details');
304: hr_utility.set_message_token('STEP', '1');
305: hr_utility.raise_error;
306: end;
307: --

Line 573: end HR_BUDGET_CALENDAR;

569: end if;
570: --
571: end remove;
572: --
573: end HR_BUDGET_CALENDAR;