DBA Data[Home] [Help]

APPS.IGF_SP_AWARD dependencies on IGS_FI_CRDAPI_UTIL

Line 2203: -- igs_fi_crdapi_util.get_award_year_status to validate Award Year Status.

2199: --Change History:
2200: --Who When What
2201: --ridas 08-Feb-2006 Bug #5021084. Added new parameter 'lv_group_type' in call to igf_ap_ss_pkg.get_pid
2202: --vvutukur 20-Jul-2003 Enh#3038511.FICR106 Build. Added call to generic procedure
2203: -- igs_fi_crdapi_util.get_award_year_status to validate Award Year Status.
2204: --vchappid 22-Jun-2003 Bug 2881654, Log file format is revamped, Dynamic Person Group feature is introduced,
2205: -- Sponsor Code parameter is made optional
2206: --pathipat 25-Apr-2003 Enh 2831569 - Commercial Receivables build
2207: -- Added check for manage_accounts - call to chk_manage_account()

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

2472:
2473: --Validate the Award Year Status. If the status is not open, log the message in log file and
2474: --complete the process with error.
2475: l_v_message_name := NULL;
2476: igs_fi_crdapi_util.get_award_year_status( p_v_awd_cal_type => l_cal_type,
2477: p_n_awd_seq_number => l_sequence_number,
2478: p_v_awd_yr_status => l_v_awd_yr_status_cd,
2479: p_v_message_name => l_v_message_name
2480: );