DBA Data[Home] [Help]

APPS.IGS_AS_TRNCMT_LGCY_PUB dependencies on IGS_AS_TRNCMT_LGCY_PUB

Line 1: PACKAGE BODY igs_as_trncmt_lgcy_pub AS

1: PACKAGE BODY igs_as_trncmt_lgcy_pub AS
2: /* $Header: IGSAS56B.pls 120.0 2005/07/05 12:56:21 appldev noship $ */
3: /******************************************************************************
4: || Created By : anilk
5: || Created On : 22-Sep-2002

Line 13: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IGS_AS_TRNCMT_LGCY_PUB';

9: || Change History :
10: || Who When What
11: || (reverse chronological order - newest change first)
12: ******************************************************************************/
13: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IGS_AS_TRNCMT_LGCY_PUB';
14:
15: -- This procedure puts NULL to all the non-required fields for a particular comment type
16: PROCEDURE nullify_inappropriate_fields(
17: p_lgcy_trncmt_rec IN OUT NOCOPY lgcy_trncmt_rec_type) IS

Line 723: END igs_as_trncmt_lgcy_pub;

719:
720: END create_trncmt ;
721:
722:
723: END igs_as_trncmt_lgcy_pub;