DBA Data[Home] [Help]

APPS.IGF_SP_ROLLOVER dependencies on IGS_FI_CRDAPI_UTIL

Line 144: -- igs_fi_crdapi_util.get_award_year_status to validate the Status of the

140: --
141: --Change History:
142: --Who When What
143: --vvutukur 20-Jul-2003 Enh#3038511.FICR106 Build. Added call to generic procedure
144: -- igs_fi_crdapi_util.get_award_year_status to validate the Status of the
145: -- Award Year passed as parameter to this proces and also the status of its Succeeding Award Year.
146: --pathipat 28-Apr-2003 Enh 2831569 - Commercial Receivables build
147: -- Added check for manage_accounts - call to chk_manage_account()
148: --vvutukur 25-Mar-2003 Bug#2822725.Modified the calls to sponsor_fund_rollover to remove parameters p_cal_type,p_sequence_number.Also

Line 246: igs_fi_crdapi_util.get_award_year_status( p_v_awd_cal_type => l_cal_type,

242:
243: --Validate the Award Year Status. If the status is not open, log the message in log file and
244: --complete the process with error.
245: l_v_message_name := NULL;
246: igs_fi_crdapi_util.get_award_year_status( p_v_awd_cal_type => l_cal_type,
247: p_n_awd_seq_number => l_sequence_number,
248: p_v_awd_yr_status => l_v_awd_yr_status_cd,
249: p_v_message_name => l_v_message_name
250: );

Line 296: igs_fi_crdapi_util.get_award_year_status( p_v_awd_cal_type => l_sc_cal_type,

292: --complete the process with error.
293: l_v_message_name := NULL;
294: l_v_awd_yr_status_cd := NULL;
295:
296: igs_fi_crdapi_util.get_award_year_status( p_v_awd_cal_type => l_sc_cal_type,
297: p_n_awd_seq_number => l_sc_sequence_number,
298: p_v_awd_yr_status => l_v_awd_yr_status_cd,
299: p_v_message_name => l_v_message_name
300: );