DBA Data[Home] [Help]

APPS.CSI_TRANSACTIONS_PKG dependencies on CSI_TRANSACTIONS_PKG

Line 1: PACKAGE BODY csi_transactions_pkg AS

1: PACKAGE BODY csi_transactions_pkg AS
2: /* $Header: csittrxb.pls 120.1 2005/07/06 18:47:58 sguthiva noship $ */
3: -- start of comments
4: -- package name : csi_transactions_pkg
5: -- purpose :

Line 4: -- package name : csi_transactions_pkg

1: PACKAGE BODY csi_transactions_pkg AS
2: /* $Header: csittrxb.pls 120.1 2005/07/06 18:47:58 sguthiva noship $ */
3: -- start of comments
4: -- package name : csi_transactions_pkg
5: -- purpose :
6: -- history :
7: -- note :
8: -- end of comments

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

7: -- note :
8: -- end of comments
9:
10:
11: g_pkg_name CONSTANT VARCHAR2(30):= 'csi_transactions_pkg';
12: g_file_name CONSTANT VARCHAR2(12) := 'csittrxb.pls';
13:
14: /* ---------------------------------------------------------------------------------- */
15: /* --- this PROCEDURE is used to insert the record INTO csi_transactions table. --- */

Line 477: END csi_transactions_pkg;

473: app_exception.raise_exception;
474: END IF;
475: end lock_row;
476: */
477: END csi_transactions_pkg;