DBA Data[Home] [Help]

APPS.IGS_RE_THE_LGCY_PUB dependencies on IGS_RE_THE_LGCY_PUB

Line 1: PACKAGE BODY igs_re_the_lgcy_pub AS

1: PACKAGE BODY igs_re_the_lgcy_pub AS
2: /* $Header: IGSRE20B.pls 115.9 2002/12/30 09:19:42 nbehera noship $ */
3:
4: -- Who When What
5: -- (reverse chronological order - newest change first)

Line 15: g_pkg_name CONSTANT VARCHAR2(30):='IGS_RE_THE_LGCY_PUB';

11: -- done successfully.
12:
13:
14: -- Global variable which contains the package name.
15: g_pkg_name CONSTANT VARCHAR2(30):='IGS_RE_THE_LGCY_PUB';
16:
17: PROCEDURE validate_parameters(
18: p_the_dtls_rec IN the_dtls_rec_type ,
19: p_the_status OUT NOCOPY VARCHAR2) IS

Line 730: END igs_re_the_lgcy_pub;

726: p_count => x_msg_count,
727: p_data => x_msg_data );
728: END create_the;
729:
730: END igs_re_the_lgcy_pub;