DBA Data[Home] [Help]

APPS.IGF_SL_CL_CHG_FILE dependencies on IGS_FI_CRDAPI_UTIL

Line 390: igs_fi_crdapi_util.get_award_year_status( p_v_awd_cal_type => l_v_cal_type,

386: END IF;
387: --Validate the Award Year Status. If the status is not open, log the message in log file and
388: --complete the process with error.
389: l_v_message_name := NULL;
390: igs_fi_crdapi_util.get_award_year_status( p_v_awd_cal_type => l_v_cal_type,
391: p_n_awd_seq_number => l_n_sequence_number,
392: p_v_awd_yr_status => l_v_awd_yr_status_cd,
393: p_v_message_name => l_v_message_name
394: );