DBA Data[Home] [Help]

APPS.IGS_AD_IMP_008 dependencies on IGS_PE_EIT_PKG

Line 5195: Igs_Pe_Eit_Pkg.insert_row (

5191: IF l_enable_log = 'Y' THEN
5192: igs_ad_imp_001.logerrormessage(biodem_rec.interface_eit_id,'E228','IGS_PE_EIT_INT');
5193: END IF;
5194: ELSE
5195: Igs_Pe_Eit_Pkg.insert_row (
5196: x_rowid => l_rowid,
5197: x_pe_eit_id => l_pe_eit_id,
5198: x_person_id => biodem_rec.person_id,
5199: x_information_type => biodem_rec.information_type,

Line 5596: igs_pe_eit_pkg.update_row (

5592: END IF;
5593:
5594: ELSE
5595: -- open the Null handling cursor
5596: igs_pe_eit_pkg.update_row (
5597: x_rowid => dup_cur_rec.rowid,
5598: x_pe_eit_id => dup_cur_rec.pe_eit_id,
5599: x_person_id => dup_cur_rec.person_id,
5600: x_information_type => dup_cur_rec.information_type,

Line 5689: igs_pe_eit_pkg.update_row (

5685: igs_ad_imp_001.logerrormessage(biodem_rec.interface_eit_id,'E228','IGS_PE_EIT_INT');
5686: END IF;
5687:
5688: ELSE
5689: igs_pe_eit_pkg.update_row (
5690: x_rowid => dup_cur_rec.rowid,
5691: x_pe_eit_id => dup_cur_rec.pe_eit_id,
5692: x_person_id => dup_cur_rec.person_id,
5693: x_information_type => dup_cur_rec.information_type,