DBA Data[Home] [Help]

APPS.HR_QUA_AWARDS_UTIL_SS dependencies on PER_SBT_INS

Line 2839: per_sbt_ins.ins_tl

2835: ,p_sub_information19 => p_qua_subjects(i).sub_information19
2836: ,p_sub_information20 => p_qua_subjects(i).sub_information20
2837: );
2838:
2839: per_sbt_ins.ins_tl
2840: (p_language_code => hr_api.userenv_lang
2841: ,p_subjects_taken_id => l_subjects_taken_id
2842: ,p_grade_attained => p_qua_subjects(i).grade_attained
2843: );

Line 3096: per_sbt_ins.ins_tl

3092: ,p_sub_information18 => p_qua_subjects(i).sub_information18
3093: ,p_sub_information19 => p_qua_subjects(i).sub_information19
3094: ,p_sub_information20 => p_qua_subjects(i).sub_information20
3095: );
3096: per_sbt_ins.ins_tl
3097: (p_language_code => hr_api.userenv_lang
3098: ,p_subjects_taken_id => l_subjects_taken_id
3099: ,p_grade_attained => p_qua_subjects(i).grade_attained
3100: );