DBA Data[Home] [Help]

APPS.JTF_TERRITORY_TYPE_PVT dependencies on JTF_TERRITORY_TYPE_PVT

Line 1: PACKAGE BODY JTF_TERRITORY_TYPE_PVT AS

1: PACKAGE BODY JTF_TERRITORY_TYPE_PVT AS
2: /* $Header: jtfvttyb.pls 120.0 2005/06/02 18:23:08 appldev ship $ */
3: -- ---------------------------------------------------
4: -- Start of Comments
5: -- ---------------------------------------------------

Line 6: -- PACKAGE NAME: JTF_TERRITORY_TYPE_PVT

2: /* $Header: jtfvttyb.pls 120.0 2005/06/02 18:23:08 appldev ship $ */
3: -- ---------------------------------------------------
4: -- Start of Comments
5: -- ---------------------------------------------------
6: -- PACKAGE NAME: JTF_TERRITORY_TYPE_PVT
7: -- ---------------------------------------------------
8: -- PURPOSE
9: -- Joint task force core territory manager public api's.
10: -- This package is a public API for inserting territory type

Line 46: g_pkg_name CONSTANT VARCHAR2(30) := 'JTF_TERRITORY_TYPE_PVT';

42: -- End of Comments
43: -- ***************************************************
44: -- GLOBAL VARIABLES
45: -- ***************************************************
46: g_pkg_name CONSTANT VARCHAR2(30) := 'JTF_TERRITORY_TYPE_PVT';
47: g_file_name CONSTANT VARCHAR2(12) := 'jtfvttyb.pls';
48: g_appl_id NUMBER := fnd_global.prog_appl_id;
49: g_login_id NUMBER := fnd_global.conc_login_id;
50: g_program_id NUMBER := fnd_global.conc_program_id;

Line 5459: END JTF_TERRITORY_TYPE_PVT;

5455: END is_terrtype_deletable;
5456:
5457: --
5458: -- Package body
5459: END JTF_TERRITORY_TYPE_PVT;
5460:
5461: