DBA Data[Home] [Help]

APPS.IGF_SL_CL_CHG_PRC dependencies on IGF_SL_GEN

Line 146: l_v_fed_fund_code := igf_sl_gen.get_fed_fund_code (p_n_award_id => l_n_award_id,

142: log_to_fnd(p_v_module => ' validate_chg',
143: p_v_string => ' Validating the loan type code for award id = '||l_n_award_id
144: );
145:
146: l_v_fed_fund_code := igf_sl_gen.get_fed_fund_code (p_n_award_id => l_n_award_id,
147: p_v_message_name => l_v_message_name
148: );
149: IF l_v_message_name IS NOT NULL THEN
150: p_v_message_name := l_v_message_name;

Line 397: c_person_dtl_cur igf_sl_gen.person_dtl_cur;

393: --
394: --Change History:
395: --Who When What
396: ------------------------------------------------------------------
397: c_person_dtl_cur igf_sl_gen.person_dtl_cur;
398: rec_c_person_dtl_cur igf_sl_gen.person_dtl_rec;
399: l_person_ssn igs_pe_alt_pers_id.person_id_type%TYPE;
400: BEGIN
401:

Line 398: rec_c_person_dtl_cur igf_sl_gen.person_dtl_rec;

394: --Change History:
395: --Who When What
396: ------------------------------------------------------------------
397: c_person_dtl_cur igf_sl_gen.person_dtl_cur;
398: rec_c_person_dtl_cur igf_sl_gen.person_dtl_rec;
399: l_person_ssn igs_pe_alt_pers_id.person_id_type%TYPE;
400: BEGIN
401:
402: log_to_fnd(p_v_module => 'validate_ssn ',

Line 405: -- invoke igf_sl_gen.get_person_details

401:
402: log_to_fnd(p_v_module => 'validate_ssn ',
403: p_v_string => 'Private function validate_ssn input parameter p_n_person_id = '||p_n_person_id
404: );
405: -- invoke igf_sl_gen.get_person_details
406: igf_sl_gen.get_person_details
407: (
408: p_person_id => p_n_person_id,
409: p_person_dtl_rec => c_person_dtl_cur

Line 406: igf_sl_gen.get_person_details

402: log_to_fnd(p_v_module => 'validate_ssn ',
403: p_v_string => 'Private function validate_ssn input parameter p_n_person_id = '||p_n_person_id
404: );
405: -- invoke igf_sl_gen.get_person_details
406: igf_sl_gen.get_person_details
407: (
408: p_person_id => p_n_person_id,
409: p_person_dtl_rec => c_person_dtl_cur
410: );