DBA Data[Home] [Help]

APPS.IGF_AW_GEN dependencies on IGF_AP_FA_BASE_REC_PKG

Line 65: -- igf_ap_fa_base_rec_pkg.update_row call.

61: -- igf_aw_award_pkg.update_row
62: --------------------------------------------------------------------------------------
63: -- ugummall 25-SEP-2003 FA 126 - Multiple FA Offices
64: -- added new parameter assoc_org_num to
65: -- igf_ap_fa_base_rec_pkg.update_row call.
66: --------------------------------------------------------------------------------------
67: -- bkkumar 04-jun-2003 Bug 2858504 Added legacy_record_flag
68: -- and award_number_txt in the table
69: -- handler calls for igf_aw_award_pkg.update_row

Line 831: || igf_ap_fa_base_rec_pkg.update_row

827: || Who When What
828: || (reverse chronological order - newest change first)
829: || rasahoo 27-NOV-2003 FA 128 - ISIR update 2004-05
830: || added new parameter award_fmly_contribution_type to
831: || igf_ap_fa_base_rec_pkg.update_row
832: ||
833: || ugummall 25-SEP-2003 FA 126 - Multiple FA Offices
834: || added new parameter assoc_org_num to
835: || igf_ap_fa_base_rec_pkg.update_row call.

Line 835: || igf_ap_fa_base_rec_pkg.update_row call.

831: || igf_ap_fa_base_rec_pkg.update_row
832: ||
833: || ugummall 25-SEP-2003 FA 126 - Multiple FA Offices
834: || added new parameter assoc_org_num to
835: || igf_ap_fa_base_rec_pkg.update_row call.
836: ||
837: || brajendr 18-Dec-2002 Bug # 2691832
838: || Modified the logic for updating the Packaging Status.
839: ||

Line 919: igf_ap_fa_base_rec_pkg.update_row(

915:
916: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
917: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_gen.update_fabase_awds.debug','Updating igf_ap_fa_base_rec');
918: END IF;
919: igf_ap_fa_base_rec_pkg.update_row(
920: x_rowid => l_stud_det.row_id,
921: x_base_id => l_stud_det.base_id,
922: x_ci_cal_type => l_stud_det.ci_cal_type,
923: x_person_id => l_stud_det.person_id,