DBA Data[Home] [Help]

APPS.IGS_AD_IMP_013 dependencies on IGS_AD_IMP_013

Line 1: PACKAGE BODY IGS_AD_IMP_013 AS

1: PACKAGE BODY IGS_AD_IMP_013 AS
2: /* $Header: IGSAD91B.pls 120.1 2006/04/13 05:52:25 stammine noship $ */
3: /*Change History
4: || Who When What
5: || ssaleem 13_OCT_2003 Bug : 3130316

Line 268: l_label := 'igs.plsql.igs_ad_imp_013.prc_pe_type.exception';

264:
265: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
266:
267:
268: l_label := 'igs.plsql.igs_ad_imp_013.prc_pe_type.exception';
269:
270: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');
271: fnd_message.set_token('INTERFACE_ID',p_person_type_rec.interface_person_type_id);
272: fnd_message.set_token('ERROR_CD',l_error_code);

Line 449: l_label := 'igs.plsql.igs_ad_imp_013.update_person_type.exception1';

445:
446: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
447:
448:
449: l_label := 'igs.plsql.igs_ad_imp_013.update_person_type.exception1';
450:
451: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');
452: fnd_message.set_token('INTERFACE_ID',p_person_type_rec.interface_person_type_id);
453: fnd_message.set_token('ERROR_CD',l_error_code);

Line 592: l_prog_label := 'igs.plsql.igs_ad_imp_013.prc_pe_type';

588:
589: BEGIN
590: l_default_date := igs_ge_date.igsdate('9999/01/01');
591:
592: l_prog_label := 'igs.plsql.igs_ad_imp_013.prc_pe_type';
593: l_label := 'igs.plsql.igs_ad_imp_013.prc_pe_type.';
594: l_enable_log := igs_ad_imp_001.g_enable_log;
595: l_interface_run_id:=igs_ad_imp_001.g_interface_run_id; -- fetching the interface run ID from the AD imp process.
596: -- Every child records needs to be updated with this value.

Line 593: l_label := 'igs.plsql.igs_ad_imp_013.prc_pe_type.';

589: BEGIN
590: l_default_date := igs_ge_date.igsdate('9999/01/01');
591:
592: l_prog_label := 'igs.plsql.igs_ad_imp_013.prc_pe_type';
593: l_label := 'igs.plsql.igs_ad_imp_013.prc_pe_type.';
594: l_enable_log := igs_ad_imp_001.g_enable_log;
595: l_interface_run_id:=igs_ad_imp_001.g_interface_run_id; -- fetching the interface run ID from the AD imp process.
596: -- Every child records needs to be updated with this value.
597:

Line 1616: l_prog_label := 'igs.plsql.igs_ad_imp_013.prc_pe_acad_hist';

1612: -- end of local procedure
1613:
1614: BEGIN
1615:
1616: l_prog_label := 'igs.plsql.igs_ad_imp_013.prc_pe_acad_hist';
1617:
1618: --If given invalid update education ID then error out.
1619: UPDATE IGS_AD_ACADHIS_INT_ALL acad
1620: SET

Line 2676: END IGS_AD_IMP_013;

2672:
2673: END prc_pe_cred_details;
2674:
2675:
2676: END IGS_AD_IMP_013;