DBA Data[Home] [Help]

APPS.IGR_IMP_003 dependencies on IGR_IMP_003

Line 1: PACKAGE BODY IGR_IMP_003 AS

1: PACKAGE BODY IGR_IMP_003 AS
2: /* $Header: IGSRT14B.pls 120.0 2005/06/01 16:09:32 appldev noship $ */
3: /* ------------------------------------------------------------------------------------------------------------------------
4: || Created By : rbezawad
5: || Created On : 28-Feb-05

Line 334: l_label := 'igs.plsql.igr_imp_003.process_person_inquiry.exception '||'E322';

330: igs_ad_imp_001.logerrormessage(p_inquiry_dtls_rec.interface_inq_appl_id,lv_msg_data);
331: END IF;
332: ELSIF lv_return_status = 'U' THEN
333: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
334: l_label := 'igs.plsql.igr_imp_003.process_person_inquiry.exception '||'E322';
335:
336: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
337: fnd_message.set_token('CONTEXT',p_inquiry_dtls_rec.interface_inq_appl_id);
338: fnd_message.set_token('ERROR', l_error_text);

Line 1241: l_label := 'igs.plsql.igr_imp_003.process_inquiry_lines.exception '||'E322';

1237:
1238: ELSIF lv_return_status = 'U' THEN
1239:
1240: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
1241: l_label := 'igs.plsql.igr_imp_003.process_inquiry_lines.exception '||'E322';
1242: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
1243: fnd_message.set_token('CONTEXT',v_inquiry_lines_rec.interface_lines_id);
1244: fnd_message.set_token('ERROR', l_error_text);
1245: l_debug_str := fnd_message.get;

Line 1317: END IGR_IMP_003;

1313: END IF;
1314:
1315: END process_inquiry_lines;
1316:
1317: END IGR_IMP_003;