DBA Data[Home] [Help]

APPS.IGF_GR_VERIFY_PROCESS dependencies on IGF_AP_FA_BASE_REC_PKG

Line 113: igf_ap_fa_base_rec_pkg.update_row

109: ridas 08-FEB-2006 Bug #5021084. Added new parameter 'lv_group_type' in call to igf_ap_ss_pkg.get_pid
110: tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
111: rasahoo 17-NOV-2003 FA 128 - ISIR update 2004-05
112: added new parameter award_fmly_contribution_type to
113: igf_ap_fa_base_rec_pkg.update_row
114: ugummall 25-SEP-2003 FA 126 - Multiple FA Offices
115: added new parameter assoc_org_num to
116: igf_ap_fa_base_rec_pkg.update_row call
117: nsidana 4/28/2003 Bug 2806057 : Log file should be more appropriate.

Line 116: igf_ap_fa_base_rec_pkg.update_row call

112: added new parameter award_fmly_contribution_type to
113: igf_ap_fa_base_rec_pkg.update_row
114: ugummall 25-SEP-2003 FA 126 - Multiple FA Offices
115: added new parameter assoc_org_num to
116: igf_ap_fa_base_rec_pkg.update_row call
117: nsidana 4/28/2003 Bug 2806057 : Log file should be more appropriate.
118:
119: ***************************************************************/
120:

Line 220: igf_ap_fa_base_rec_pkg.update_row ( x_rowid => rec_fa_base_dtls.row_id ,

216: FETCH c_fa_base_dtls INTO rec_fa_base_dtls;
217: IF c_fa_base_dtls%FOUND THEN
218: IF rec_fa_base_dtls.fed_verif_status IS NULL OR
219: rec_fa_base_dtls.fed_verif_status = p_c_from THEN
220: igf_ap_fa_base_rec_pkg.update_row ( x_rowid => rec_fa_base_dtls.row_id ,
221: x_base_id => rec_fa_base_dtls.base_id ,
222: x_ci_cal_type => rec_fa_base_dtls.ci_cal_type ,
223: x_person_id => rec_fa_base_dtls.person_id ,
224: x_ci_sequence_number => rec_fa_base_dtls.ci_sequence_number ,