DBA Data[Home] [Help]

APPS.IGF_AP_SS_PKG dependencies on IGF_GR_GEN

Line 1277: -- If the Current SSN values are changed then Make a call to IGF_GR_GEN

1273: p_count => x_msg_count,
1274: p_data => x_msg_data
1275: );
1276:
1277: -- If the Current SSN values are changed then Make a call to IGF_GR_GEN
1278: IF corr_detials_rec.current_ssn <> isir_detials_rec.current_ssn THEN
1279: igf_gr_gen.update_current_ssn(
1280: isir_detials_rec.base_id,
1281: isir_detials_rec.current_ssn,

Line 1279: igf_gr_gen.update_current_ssn(

1275: );
1276:
1277: -- If the Current SSN values are changed then Make a call to IGF_GR_GEN
1278: IF corr_detials_rec.current_ssn <> isir_detials_rec.current_ssn THEN
1279: igf_gr_gen.update_current_ssn(
1280: isir_detials_rec.base_id,
1281: isir_detials_rec.current_ssn,
1282: l_message
1283: );