DBA Data[Home] [Help]

APPS.IGF_SP_ASSIGN_PUB dependencies on FND_NEW_MESSAGES

Line 304: l_c_message_text fnd_new_messages.message_text%TYPE;

300: Who When What
301: ******************************************************************************/
302: l_b_ret_status BOOLEAN := FALSE;
303: l_n_base_id igf_ap_fa_base_rec_all.base_id%TYPE;
304: l_c_message_text fnd_new_messages.message_text%TYPE;
305:
306: BEGIN
307: -- Check if FA base record is already existing, if yes then assign the Base ID to the OUT variable and return
308: -- from this procedure. when a FA base record is not found then create using the existing function

Line 417: l_c_message_name fnd_new_messages.message_name%TYPE := NULL;

413: l_n_base_id igf_ap_fa_base_rec_all.base_id%TYPE;
414: l_n_spr_stdnt_id igf_sp_stdnt_rel.spnsr_stdnt_id%TYPE;
415:
416: l_c_manage_acc igs_fi_control_all.manage_accounts%TYPE := NULL;
417: l_c_message_name fnd_new_messages.message_name%TYPE := NULL;
418:
419: l_v_awd_yr_status_cd igf_ap_batch_aw_map.award_year_status_code%TYPE;
420:
421: BEGIN