DBA Data[Home] [Help]

APPS.AMS_CAL_CRT_PVT dependencies on AMS_CAL_CRT_PVT

Line 1: PACKAGE BODY AMS_Cal_Crt_PVT as

1: PACKAGE BODY AMS_Cal_Crt_PVT as
2: /* $Header: amsvcctb.pls 115.13 2003/03/09 20:14:21 ptendulk noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_Cal_Crt_PVT

2: /* $Header: amsvcctb.pls 115.13 2003/03/09 20:14:21 ptendulk noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_Cal_Crt_PVT
7: -- Purpose
8: --
9: -- History
10: --

Line 22: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_Cal_Crt_PVT';

18: AMS_DEBUG_HIGH_ON boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH);
19: AMS_DEBUG_LOW_ON boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
20: AMS_DEBUG_MEDIUM_ON boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_MEDIUM);
21:
22: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_Cal_Crt_PVT';
23: G_FILE_NAME CONSTANT VARCHAR2(12) := 'amsvcctb.pls';
24: -- G_USER_ID NUMBER := FND_GLOBAL.USER_ID;
25: -- G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;
26:

Line 1276: END AMS_Cal_Crt_PVT;

1272: (p_count => x_msg_count,
1273: p_data => x_msg_data
1274: );
1275: END Validate_cal_crt_rec_Rec;
1276: END AMS_Cal_Crt_PVT;