DBA Data[Home] [Help]

APPS.HR_QUA_AWARDS_UTIL_SS dependencies on PER_SBT_INS

Line 2633: per_sbt_ins.ins_tl

2629: ,p_sub_information19 => p_qua_subjects(i).sub_information19
2630: ,p_sub_information20 => p_qua_subjects(i).sub_information20
2631: );
2632:
2633: per_sbt_ins.ins_tl
2634: (p_language_code => hr_api.userenv_lang
2635: ,p_subjects_taken_id => l_subjects_taken_id
2636: ,p_grade_attained => p_qua_subjects(i).grade_attained
2637: );

Line 2883: per_sbt_ins.ins_tl

2879: ,p_sub_information18 => p_qua_subjects(i).sub_information18
2880: ,p_sub_information19 => p_qua_subjects(i).sub_information19
2881: ,p_sub_information20 => p_qua_subjects(i).sub_information20
2882: );
2883: per_sbt_ins.ins_tl
2884: (p_language_code => hr_api.userenv_lang
2885: ,p_subjects_taken_id => l_subjects_taken_id
2886: ,p_grade_attained => p_qua_subjects(i).grade_attained
2887: );