DBA Data[Home] [Help]

APPS.AS_INTEREST_CODES_PUB dependencies on AS_INTEREST_CODES_PUB

Line 1: PACKAGE BODY as_interest_codes_pub as

1: PACKAGE BODY as_interest_codes_pub as
2: /* $Header: asxintcb.pls 120.1 2005/06/14 01:30:16 appldev $ */
3: -- Delcare Global Variables
4: G_PKG_NAME CONSTANT VARCHAR2(30):='as_interest_codes_pub';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30):='as_interest_codes_pub';

1: PACKAGE BODY as_interest_codes_pub as
2: /* $Header: asxintcb.pls 120.1 2005/06/14 01:30:16 appldev $ */
3: -- Delcare Global Variables
4: G_PKG_NAME CONSTANT VARCHAR2(30):='as_interest_codes_pub';
5:
6: --
7: -- ****************************************************************************
8: --

Line 9: -- NAME : AS_INTEREST_CODES_PUB

5:
6: --
7: -- ****************************************************************************
8: --
9: -- NAME : AS_INTEREST_CODES_PUB
10: --
11: -- Purpose :
12: -- Public API to Create and Update Interest Codes in the Oracle Sales
13: -- Online

Line 1278: END as_interest_codes_pub;

1274: ,X_MSG_COUNT => X_MSG_COUNT
1275: ,X_MSG_DATA => X_MSG_DATA
1276: ,X_RETURN_STATUS => X_RETURN_STATUS);
1277: END update_interest_code;
1278: END as_interest_codes_pub;
1279: