DBA Data[Home] [Help]

APPS.AS_UTILITY_PUB dependencies on AS_UTILITY_PUB

Line 1: PACKAGE BODY AS_UTILITY_PUB as

1: PACKAGE BODY AS_UTILITY_PUB as
2: /* $Header: asxputlb.pls 120.1 2005/06/05 22:52:35 appldev $ */
3:
4: -- Start of Comments
5: --

Line 7: -- AS_UTILITY_PUB

3:
4: -- Start of Comments
5: --
6: -- NAME
7: -- AS_UTILITY_PUB
8: --
9: -- PURPOSE
10: -- This package is a public utility API developed from Sales Core group
11: --

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

18: --
19: --
20: -- End of Comments
21:
22: G_PKG_NAME CONSTANT VARCHAR2(30):='AS_UTILITY_PUB';
23: G_FILE_NAME CONSTANT VARCHAR2(12):='asxputlb.pls';
24:
25:
26: PROCEDURE Get_Messages(

Line 37: END AS_UTILITY_PUB;

33: x_msgs => x_msgs);
34: END Get_Messages;
35:
36:
37: END AS_UTILITY_PUB;