DBA Data[Home] [Help]

PACKAGE: APPS.JTF_LOC_PVT

Source


1 PACKAGE JTF_Loc_PVT AS
2 /* $Header: jtfvhlds.pls 120.2 2005/08/18 22:55:11 stopiwal ship $ */
3 
4 PROCEDURE load_loc_areas;
5 
6 -- Start of Comments
7 --
8 -- NAME
9 --   Load_Locations
10 --
11 -- PURPOSE
12 --   This procedure is created to as a concurrent program wrapper which
13 --   will call the Load_Loc_Areas and will return errors if any
14 --
15 -- NOTES
16 --
17 --
18 -- HISTORY
19 --   05/03/1999      ptendulk    created
20 -- End of Comments
21 
22 PROCEDURE Load_Locations
23           (errbuf        OUT NOCOPY /* file.sql.39 change */    VARCHAR2,
24            retcode       OUT NOCOPY /* file.sql.39 change */    NUMBER) ;
25 
26 END JTF_Loc_PVT;