DBA Data[Home] [Help]

APPS.IGF_SP_ASSIGN_PUB dependencies on IGS_FI_CRDAPI_UTIL

Line 398: igs_fi_crdapi_util.get_award_year_status to validate Award Year Status.

394: Who When What
395: svuppala 12-May-2006 Bug 5217319 Added call to format amount by rounding off to currency precision
396: in the igf_sp_stdnt_rel_pkg.insert_row call
397: vvutukur 20-Jul-2003 Enh#3038511.FICR106 Build. Added call to generic procedure
398: igs_fi_crdapi_util.get_award_year_status to validate Award Year Status.
399: pathipat 24-Apr-2003 Enh 2831569 - Commercial Receivables build
400: Added check for manage_accounts - call to chk_manage_account()
401: ******************************************************************************/
402: l_b_error BOOLEAN :=FALSE;

Line 571: igs_fi_crdapi_util.get_award_year_status( p_v_awd_cal_type => p_awd_ci_cal_type,

567: END IF;
568:
569: --Validate the Award Year Status. If the status is not open, show the error message.
570: l_c_message_name := NULL;
571: igs_fi_crdapi_util.get_award_year_status( p_v_awd_cal_type => p_awd_ci_cal_type,
572: p_n_awd_seq_number => p_awd_ci_sequence_number,
573: p_v_awd_yr_status => l_v_awd_yr_status_cd,
574: p_v_message_name => l_c_message_name
575: );