DBA Data[Home] [Help]

APPS.IGF_SP_ASSIGN_PUB dependencies on IGF_SP_CREATE_BASE_REC

Line 316: l_b_ret_status := igf_sp_create_base_rec.create_fa_base_record(p_cal_type => p_c_awd_ci_cal_type,

312:
313: -- OUT variable message text will be passed only when the person is already having a FA Base Record
314: -- since we are upfront checking for FA base record existance, messges text OUT variable will be NULL
315: -- and hence no need to add to the message list.
316: l_b_ret_status := igf_sp_create_base_rec.create_fa_base_record(p_cal_type => p_c_awd_ci_cal_type,
317: p_sequence_number => p_n_awd_ci_sequence_number,
318: p_person_id => p_n_person_id,
319: p_base_id => l_n_base_id,
320: p_message => l_c_message_text);