DBA Data[Home] [Help]

APPS.IGR_IMP_004 dependencies on IGR_IMP_004

Line 1: PACKAGE BODY IGR_IMP_004 AS

1: PACKAGE BODY IGR_IMP_004 AS
2: /* $Header: IGSRT15B.pls 120.2 2006/06/27 12:07:06 rghosh noship $ */
3:
4: /* ------------------------------------------------------------------------------------------------------------------------
5: || Created By : rbezawad

Line 304: l_label := 'igs.plsql.igr_imp_004.create_inq_info.exception '||'E322';

300: END IF;
301: ELSE
302:
303: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
304: l_label := 'igs.plsql.igr_imp_004.create_inq_info.exception '||'E322';
305:
306: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
307: fnd_message.set_token('CONTEXT',p_inq_info_rec.interface_inq_info_id);
308: fnd_message.set_token('ERROR', l_error_text);

Line 565: l_label := 'igs.plsql.igr_imp_004.create_inq_char.exception '||'E322';

561: END IF;
562: ELSE
563:
564: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
565: l_label := 'igs.plsql.igr_imp_004.create_inq_char.exception '||'E322';
566:
567: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
568: fnd_message.set_token('CONTEXT',p_inq_char_rec.interface_inq_char_id);
569: fnd_message.set_token('ERROR', l_error_text);

Line 810: l_label := 'igs.plsql.igr_imp_004.create_inq_pkg.exception '||'E322';

806: END IF;
807:
808: ELSIF lv_return_status = 'U' THEN
809: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
810: l_label := 'igs.plsql.igr_imp_004.create_inq_pkg.exception '||'E322';
811:
812: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
813: fnd_message.set_token('CONTEXT',p_inq_pkg_rec.interface_inq_pkg_id);
814: fnd_message.set_token('ERROR', l_error_text);

Line 933: END IGR_IMP_004;

929: COMMIT;
930: END IF;
931: END prc_inq_pkg;
932:
933: END IGR_IMP_004;