DBA Data[Home] [Help]

APPS.IGF_GR_LI_IMPORT dependencies on IGF_SL_GEN

Line 1622: igf_sl_gen.get_stu_fao_code(g_base_id,'PELL_ID',l_office_cd,l_ret_status,l_msg_data);

1618:
1619: IF(p_pell_orig_int.attending_campus_cd IS NOT NULL)
1620: THEN
1621: -- Derive the attending campus ID for the student and validate it against the values in the interface table. They shud match, else error.
1622: igf_sl_gen.get_stu_fao_code(g_base_id,'PELL_ID',l_office_cd,l_ret_status,l_msg_data);
1623: IF(l_ret_status = 'E')THEN
1624: -- return status is error then l_msg_data would have message name. Put it on the Stack and raise error.
1625: fnd_message.set_name('IGF',l_msg_data);
1626: fnd_file.put_line(fnd_file.log,fnd_message.get);

Line 1642: igf_sl_gen.get_stu_fao_code(g_base_id,'PELL_ID',l_office_cd, l_ret_status,l_msg_data);

1638: END IF;
1639: END IF;
1640: ELSE -- Attend campus ID is null.
1641:
1642: igf_sl_gen.get_stu_fao_code(g_base_id,'PELL_ID',l_office_cd, l_ret_status,l_msg_data);
1643: IF(l_ret_status = 'E')
1644: THEN
1645: fnd_message.set_name('IGF',l_msg_data);
1646: fnd_file.put_line(fnd_file.log,fnd_message.get);