DBA Data[Home] [Help]

APPS.CSI_TXN_ERRORS_PKG dependencies on CSI_TXN_ERRORS_PKG

Line 1: PACKAGE BODY csi_txn_errors_pkg AS

1: PACKAGE BODY csi_txn_errors_pkg AS
2: /* $Header: csittxeb.pls 115.18 2003/11/14 19:58:43 epajaril ship $ */
3: -- start of comments
4: -- package name : csi_txn_errors_pkg
5: -- purpose :

Line 4: -- package name : csi_txn_errors_pkg

1: PACKAGE BODY csi_txn_errors_pkg AS
2: /* $Header: csittxeb.pls 115.18 2003/11/14 19:58:43 epajaril ship $ */
3: -- start of comments
4: -- package name : csi_txn_errors_pkg
5: -- purpose :
6: -- history :
7: -- note :
8: -- end of comments

Line 11: g_pkg_name CONSTANT VARCHAR2(30):= 'csi_txn_errors_pkg';

7: -- note :
8: -- end of comments
9:
10:
11: g_pkg_name CONSTANT VARCHAR2(30):= 'csi_txn_errors_pkg';
12: g_file_name CONSTANT VARCHAR2(12) := 'csittxeb.pls';
13:
14: PROCEDURE insert_row(
15: px_transaction_error_id IN OUT NOCOPY NUMBER ,

Line 157: END csi_txn_errors_pkg;

153:
154: END insert_row;
155:
156:
157: END csi_txn_errors_pkg;