DBA Data[Home] [Help]

APPS.IGS_EN_GEN_012 dependencies on IGS_PE_FUND_EXCL_PKG

Line 430: igs_pe_fund_excl_pkg.update_row(

426: -- for each IGS_PE_FUND_EXCL record returned,
427: -- update the expiry_dt
428: IF (fund_rec.pfe_start_dt > p_expiry_dt) THEN
429:
430: igs_pe_fund_excl_pkg.update_row(
431: X_ROWID =>fund_rec.ROWID ,
432: X_FUND_EXCL_ID =>fund_rec.FUND_EXCL_ID,
433: X_PERSON_ID =>fund_rec.PERSON_ID ,
434: X_ENCUMBRANCE_TYPE =>fund_rec.ENCUMBRANCE_TYPE ,

Line 444: igs_pe_fund_excl_pkg.update_row(

440: X_PFE_START_DT =>fund_rec.PFE_START_DT ,
441: X_EXPIRY_DT =>fund_rec.pfe_start_dt,
442: X_MODE => 'R');
443: ELSE
444: igs_pe_fund_excl_pkg.update_row(
445: X_ROWID =>fund_rec.ROWID ,
446: X_FUND_EXCL_ID =>fund_rec.FUND_EXCL_ID,
447: X_PERSON_ID =>fund_rec.PERSON_ID ,
448: X_ENCUMBRANCE_TYPE =>fund_rec.ENCUMBRANCE_TYPE ,