DBA Data[Home] [Help]

APPS.IGF_AP_PROCESS_CORRECTIONS dependencies on IGF_AP_FA_BASE_REC_PKG

Line 969: || igf_ap_fa_base_rec_pkg.update_row w.r.t. FA 126

965: || Change History :
966: || Who When What
967: || ugummall 26-SEP-2003 FA 126 - Multiple FA Offices.
968: || added new parameter assoc_org_num to TBH call
969: || igf_ap_fa_base_rec_pkg.update_row w.r.t. FA 126
970: ||
971: || masehgal 11-Nov-2002 FA 101 - SAP Obsoletion
972: || removed packaging hold
973: || masehgal 25-Sep-2002 FA 104 -To Do Enhancements

Line 975: || rbezawad 22-Jun-2001 igf_ap_fa_base_rec_pkg.update_row call modified by

971: || masehgal 11-Nov-2002 FA 101 - SAP Obsoletion
972: || removed packaging hold
973: || masehgal 25-Sep-2002 FA 104 -To Do Enhancements
974: || Added manual_disb_hold in update of Fa Base Rec
975: || rbezawad 22-Jun-2001 igf_ap_fa_base_rec_pkg.update_row call modified by
976: || passing gv_batchnum to parameter x_ede_correction_batch_id
977: || w.r.t. Bug ID: 1821811
978: || (reverse chronological order - newest change first)
979: */

Line 1038: igf_ap_fa_base_rec_pkg.update_row(

1034:
1035: IF get_baserec%NOTFOUND THEN
1036: NULL;
1037: ELSE
1038: igf_ap_fa_base_rec_pkg.update_row(
1039: x_mode => 'R',
1040: x_rowid => base_rec.row_id,
1041: x_base_id => base_rec.base_id,
1042: x_ci_cal_type => base_rec.ci_cal_type,