DBA Data[Home] [Help]

APPS.IGF_AW_COA_GEN dependencies on IGF_AP_FA_BASE_REC_PKG

Line 578: igf_ap_fa_base_rec_pkg.update_row(

574: fnd_message.set_name('IGF','IGF_AW_BUDGET_LOCK');
575: fnd_file.put_line(fnd_file.log,RPAD(' ',4)||fnd_message.get);
576:
577:
578: igf_ap_fa_base_rec_pkg.update_row(
579: x_rowid => l_base.row_id,
580: x_base_id => l_base.base_id,
581: x_ci_cal_type => l_base.ci_cal_type,
582: x_person_id => l_base.person_id,

Line 811: igf_ap_fa_base_rec_pkg.update_row(

807: fnd_message.set_name('IGF','IGF_AW_BUDGET_UNLOCK');
808: fnd_file.put_line(fnd_file.log,RPAD(' ',8)||fnd_message.get);
809:
810:
811: igf_ap_fa_base_rec_pkg.update_row(
812: x_rowid => l_base.row_id,
813: x_base_id => l_base.base_id,
814: x_ci_cal_type => l_base.ci_cal_type,
815: x_person_id => l_base.person_id,