DBA Data[Home] [Help]

PACKAGE: APPS.JTF_TTY_CREATE_TERR_FROM_GEO

Source


1 PACKAGE JTF_TTY_CREATE_TERR_FROM_GEO  AS
2 /* $Header: jtfctfgs.pls 120.1 2005/09/22 00:14:45 vbghosh noship $ */
3 --    Start of Comments
4 --    PURPOSE
5 --       For creating/updating equivalent territory for each geo territory created
6 --      or updated
7 --    NOTES
8 --      ORACLE INTERNAL USE ONLY: NOT for customer use
9 --
10 --    HISTORY
11 --      09/20/05   Vbghosh  Created.
12 --    End of Comments
13 ----
14 
15 PROCEDURE CREATE_TERR (p_geo_terr_id        IN NUMBER,
16 		               p_geo_parent_terr_id IN NUMBER,
17 		               p_geo_terr_name      IN VARCHAR2);
18 
19 
20 
21 
22 END JTF_TTY_CREATE_TERR_FROM_GEO;