DBA Data[Home] [Help]

APPS.IES_TRANSACTIONS_PKG dependencies on IES_TRANSACTIONS_PKG

Line 1: PACKAGE BODY ies_transactions_pkg AS

1: PACKAGE BODY ies_transactions_pkg AS
2: /* $Header: iestranb.pls 115.4 2003/06/17 23:06:40 prkotha noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'ies_transactions_pkg';
5:

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

1: PACKAGE BODY ies_transactions_pkg AS
2: /* $Header: iestranb.pls 115.4 2003/06/17 23:06:40 prkotha noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'ies_transactions_pkg';
5:
6: /* private functions */
7:
8: FUNCTION getTransactionStatus(p_transaction_id IN NUMBER) RETURN NUMBER IS

Line 140: END ies_transactions_pkg;

136: );
137:
138: END endSuspendedTransaction;
139:
140: END ies_transactions_pkg;