DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_UPDATE dependencies on HR_KFLEX_UTILITY

Line 3524: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=

3520: -- for disabling the descriptive flex field
3521: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
3522: hr_dflex_utility.l_ignore_dfcode_varray();
3523: -- for disabling the key flex field
3524: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
3525: hr_kflex_utility.l_ignore_kfcode_varray();
3526: --
3527: --
3528: -- start of bug 4553630

Line 3525: hr_kflex_utility.l_ignore_kfcode_varray();

3521: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
3522: hr_dflex_utility.l_ignore_dfcode_varray();
3523: -- for disabling the key flex field
3524: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
3525: hr_kflex_utility.l_ignore_kfcode_varray();
3526: --
3527: --
3528: -- start of bug 4553630
3529: -- the following cursor have been defined so that it can validate the creation of primary

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

4653: -- BUG 4539313 ends here.
4654: l_add_struct_k.extend(1);
4655: l_add_struct_k(l_add_struct_k.count) := 'CAGR';
4656:
4657: hr_kflex_utility.create_ignore_kf_validation(p_rec => l_add_struct_k);
4658: --
4659: -- code for disabling the descriptive flex field
4660: l_add_struct_d.extend(1);
4661: l_add_struct_d(l_add_struct_d.count) := 'PER_ASSIGNMENTS';

Line 4729: hr_kflex_utility.remove_ignore_kf_validation;

4725: --
4726: hr_utility.set_location(l_proc, 120);
4727: --
4728: hr_dflex_utility.remove_ignore_df_validation;
4729: hr_kflex_utility.remove_ignore_kf_validation;
4730:
4731:
4732: hr_assignment_api.update_emp_asg
4733: (p_effective_date => p_effective_date