DBA Data[Home] [Help]

APPS.CSI_TRANSACTIONS_PVT dependencies on CSI_TRANSACTIONS_PVT

Line 1: PACKAGE BODY csi_transactions_pvt AS

1: PACKAGE BODY csi_transactions_pvt AS
2: /* $Header: csivtrxb.pls 120.3 2005/12/15 13:41:57 brmanesh noship $ */
3: -- start of comments
4: -- PACKAGE name : csi_transactions_pvt
5: -- purpose :

Line 4: -- PACKAGE name : csi_transactions_pvt

1: PACKAGE BODY csi_transactions_pvt AS
2: /* $Header: csivtrxb.pls 120.3 2005/12/15 13:41:57 brmanesh noship $ */
3: -- start of comments
4: -- PACKAGE name : csi_transactions_pvt
5: -- purpose :
6: -- history :
7: -- note :
8: -- END of comments

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

7: -- note :
8: -- END of comments
9:
10:
11: g_pkg_name CONSTANT VARCHAR2(30):= 'csi_transactions_pvt';
12: g_file_name CONSTANT VARCHAR2(12) := 'csivtrxb.pls';
13:
14: /* ---------------------------------------------------------------------------------- */
15: /* --- This local procedure is used to validate --- */

Line 2113: END csi_transactions_pvt;

2109: END IF;
2110:
2111: END validate_transactions;
2112:
2113: END csi_transactions_pvt;