DBA Data[Home] [Help]

PACKAGE: APPS.HRI_OPL_DBI_CALENDAR

Source


1 PACKAGE hri_opl_dbi_calendar AS
2 /* $Header: hriodcal.pkh 120.0 2005/05/29 07:27:50 appldev noship $ */
3 
4 PROCEDURE load_calendars(errbuf   OUT NOCOPY  VARCHAR2,
5                          retcode  OUT  NOCOPY VARCHAR2);
6 
7 PROCEDURE load_calendars;
8 
9 PROCEDURE update_calendars(errbuf   OUT NOCOPY  VARCHAR2,
10                            retcode  OUT  NOCOPY VARCHAR2);
11 
12 PROCEDURE update_calendars;
13 
14 END hri_opl_dbi_calendar;