DBA Data[Home] [Help]

APPS.JTF_RS_GRP_SUM_PUB dependencies on JTF_RS_GRP_SUM_PUB

Line 1: Package Body JTF_RS_GRP_SUM_PUB AS

1: Package Body JTF_RS_GRP_SUM_PUB AS
2: /* $Header: jtfrssgb.pls 120.1 2006/02/09 15:48:00 baianand noship $ */
3:
4: ---------------------------------------------------------
5: -- Start of Comments

Line 7: -- PACKAGE NAME: JTF_RS_GRP_SUM_PUB

3:
4: ---------------------------------------------------------
5: -- Start of Comments
6: -- ---------------------------------------------------
7: -- PACKAGE NAME: JTF_RS_GRP_SUM_PUB
8: -- ---------------------------------------------------
9: -- PURPOSE
10: -- Get group details for Group Summary Screen (jsp)
11: -- NOTES

Line 27: G_PKG_NAME CONSTANT VARCHAR2(30):='JTF_RS_GRP_SUM_PUB';

23: --
24: -- ***************************************************
25: -- GLOBAL VARIABLES
26: -- ***************************************************
27: G_PKG_NAME CONSTANT VARCHAR2(30):='JTF_RS_GRP_SUM_PUB';
28: G_FILE_NAME CONSTANT VARCHAR2(12):='jtfrssgb.pls';
29:
30: G_NEW_LINE VARCHAR2(02) := FND_GLOBAL.Local_Chr(10);
31: G_APPL_ID NUMBER := FND_GLOBAL.Prog_Appl_Id;

Line 401: END JTF_RS_GRP_SUM_PUB;

397: END IF;
398:
399: END Get_Group;
400:
401: END JTF_RS_GRP_SUM_PUB;