DBA Data[Home] [Help]

APPS.JTY_TRANS_USG_PGM_SQL_PKG dependencies on JTY_TRANS_USG_PGM_SQL_PKG

Line 1: PACKAGE BODY JTY_TRANS_USG_PGM_SQL_PKG as

1: PACKAGE BODY JTY_TRANS_USG_PGM_SQL_PKG as
2: /* $Header: jtftupsb.pls 120.2 2005/11/21 13:34:02 achanda noship $ */
3: -- Start of Comments
4: -- ---------------------------------------------------
5: -- PACKAGE NAME: JTY_TRANS_USG_PGM_SQL_PKG

Line 5: -- PACKAGE NAME: JTY_TRANS_USG_PGM_SQL_PKG

1: PACKAGE BODY JTY_TRANS_USG_PGM_SQL_PKG as
2: /* $Header: jtftupsb.pls 120.2 2005/11/21 13:34:02 achanda noship $ */
3: -- Start of Comments
4: -- ---------------------------------------------------
5: -- PACKAGE NAME: JTY_TRANS_USG_PGM_SQL_PKG
6: -- ---------------------------------------------------
7: -- PURPOSE
8: -- This package is used to create the transaction type SQLs
9: -- and the corresponding TRANS tables.

Line 581: END JTY_TRANS_USG_PGM_SQL_PKG;

577: errbuf := 'SQLCODE : ' || SQLCODE || ' : SQLERRM : ' || SQLERRM;
578: end if;
579: End Insert_Row;
580:
581: END JTY_TRANS_USG_PGM_SQL_PKG;