DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_UPDATE dependencies on HR_KFLEX_UTILITY

Line 3490: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=

3486: -- for disabling the descriptive flex field
3487: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
3488: hr_dflex_utility.l_ignore_dfcode_varray();
3489: -- for disabling the key flex field
3490: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
3491: hr_kflex_utility.l_ignore_kfcode_varray();
3492: --
3493: --
3494: -- start of bug 4553630

Line 3491: hr_kflex_utility.l_ignore_kfcode_varray();

3487: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
3488: hr_dflex_utility.l_ignore_dfcode_varray();
3489: -- for disabling the key flex field
3490: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
3491: hr_kflex_utility.l_ignore_kfcode_varray();
3492: --
3493: --
3494: -- start of bug 4553630
3495: -- the following cursor have been defined so that it can validate the creation of primary

Line 4617: hr_kflex_utility.create_ignore_kf_validation(p_rec => l_add_struct_k);

4613: -- BUG 4539313 ends here.
4614: l_add_struct_k.extend(1);
4615: l_add_struct_k(l_add_struct_k.count) := 'CAGR';
4616:
4617: hr_kflex_utility.create_ignore_kf_validation(p_rec => l_add_struct_k);
4618: --
4619: -- code for disabling the descriptive flex field
4620: l_add_struct_d.extend(1);
4621: l_add_struct_d(l_add_struct_d.count) := 'PER_ASSIGNMENTS';

Line 4689: hr_kflex_utility.remove_ignore_kf_validation;

4685: --
4686: hr_utility.set_location(l_proc, 120);
4687: --
4688: hr_dflex_utility.remove_ignore_df_validation;
4689: hr_kflex_utility.remove_ignore_kf_validation;
4690:
4691:
4692: hr_assignment_api.update_emp_asg
4693: (p_effective_date => p_effective_date