DBA Data[Home] [Help]

APPS.AMS_PS_POSTING_PUB dependencies on AMS_PS_POSTING_PUB

Line 1: PACKAGE BODY AMS_Ps_Posting_PUB as

1: PACKAGE BODY AMS_Ps_Posting_PUB as
2: /* $Header: amsppstb.pls 115.6 2002/11/25 20:47:27 ryedator ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_Ps_Posting_PUB

2: /* $Header: amsppstb.pls 115.6 2002/11/25 20:47:27 ryedator ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_Ps_Posting_PUB
7: -- Purpose
8: --
9: -- History
10: --

Line 17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_Ps_Posting_PUB';

13: -- End of Comments
14: -- ===============================================================
15:
16:
17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_Ps_Posting_PUB';
18: G_FILE_NAME CONSTANT VARCHAR2(12) := 'amsppstb.pls';
19:
20: AMS_DEBUG_HIGH_ON constant boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH);
21: AMS_DEBUG_LOW_ON constant boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);

Line 535: END AMS_Ps_Posting_PUB;

531: );
532: End Lock_Ps_Posting;
533:
534:
535: END AMS_Ps_Posting_PUB;