DBA Data[Home] [Help]

APPS.IGS_AD_IMP_008 dependencies on IGS_PE_STAT_PKG

Line 4228: igs_pe_stat_pkg.insert_row(

4224: --Bayadav :Changed the columns values getting passed for attribute1 to attribute20 from null
4225: --to new flexfield columns added in iGS_AD_STAT_INT table to pass these flexfields values in newly added
4226: -- felxfield in IGS_PE_STAT_DETAILS table as a part of bug 2203778
4227:
4228: igs_pe_stat_pkg.insert_row(
4229: X_ACTION=> 'INSERT',
4230: X_ROWID=> l_rowid,
4231: X_PERSON_ID => stat_rec.pid, --stat_rec.person_id,
4232: X_ETHNIC_ORIGIN_ID =>stat_rec.ethnic_origin,

Line 4649: IGS_PE_STAT_PKG.Update_Row(

4645: l_success := NULL;
4646: Validate_desc_flex(stat_rec ,l_success );
4647:
4648: IF l_success = 'Y' THEN
4649: IGS_PE_STAT_PKG.Update_Row(
4650: X_ACTION => 'UPDATE',
4651: x_rowid => chk_dup_rec.row_id,
4652: x_person_id => stat_rec.pid, -- stat_rec.person_id ,
4653: x_ethnic_origin_id => NVL(stat_rec.ethnic_origin,chk_dup_rec.ethnic_origin_id), -- BUG ID: 2138382

Line 4830: IGS_PE_STAT_PKG.Update_Row(

4826: Validate_desc_flex(stat_rec ,l_success );
4827:
4828: IF l_success = 'Y' THEN -- for dff
4829:
4830: IGS_PE_STAT_PKG.Update_Row(
4831: X_ACTION => 'UPDATE',
4832: x_rowid => chk_dup_rec.row_id,
4833: x_person_id => stat_rec.pid, --stat_rec.person_id,
4834: x_ethnic_origin_id => NVL(stat_rec.ethnic_origin,chk_dup_rec.ethnic_origin_id), -- BUG ID : 2138382