DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on HR_KFLEX_UTILITY

Line 6334: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=

6330: -- for disabling the descriptive flex field
6331: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
6332: hr_dflex_utility.l_ignore_dfcode_varray();
6333: -- for disabling the key flex field
6334: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
6335: hr_kflex_utility.l_ignore_kfcode_varray();
6336: --
6337: -- GSP changes
6338: lb_grd_ldr_exists_flag boolean default false;

Line 6335: hr_kflex_utility.l_ignore_kfcode_varray();

6331: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
6332: hr_dflex_utility.l_ignore_dfcode_varray();
6333: -- for disabling the key flex field
6334: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
6335: hr_kflex_utility.l_ignore_kfcode_varray();
6336: --
6337: -- GSP changes
6338: lb_grd_ldr_exists_flag boolean default false;
6339: -- End of GSP changes

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

6596: if p_assignment_type = 'C' then
6597: hr_utility.set_location('if p_assignment_type = C then:'||l_proc,30);
6598: l_add_struct_k.extend(1);
6599: l_add_struct_k(l_add_struct_k.count) := 'SCL';
6600: hr_kflex_utility.create_ignore_kf_validation(p_rec => l_add_struct_k);
6601: --
6602: -- code for disabling the descriptive flex field
6603: l_add_struct_d.extend(1);
6604: l_add_struct_d(l_add_struct_d.count) := 'PER_ASSIGNMENTS';

Line 6665: hr_kflex_utility.remove_ignore_kf_validation;

6661: ,p_tax_district_changed_warning => l_tax_district_changed_warning
6662: );
6663:
6664: hr_dflex_utility.remove_ignore_df_validation;
6665: hr_kflex_utility.remove_ignore_kf_validation;
6666: --
6667:
6668: l_soft_coding_keyflex_id := p_soft_coding_keyflex_id;
6669:

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

6782: l_add_struct_k(l_add_struct_k.count) := 'SCL';
6783: l_add_struct_k.extend(1);
6784: l_add_struct_k(l_add_struct_k.count) := 'CAGR';
6785:
6786: hr_kflex_utility.create_ignore_kf_validation(p_rec => l_add_struct_k);
6787: --
6788: -- code for disabling the descriptive flex field
6789: l_add_struct_d.extend(1);
6790: l_add_struct_d(l_add_struct_d.count) := 'PER_ASSIGNMENTS';

Line 7029: hr_kflex_utility.remove_ignore_kf_validation;

7025: --First remove the remove_ignore_df_validation
7026: -- and remove_ignore_kf_validation
7027:
7028: hr_dflex_utility.remove_ignore_df_validation;
7029: hr_kflex_utility.remove_ignore_kf_validation;
7030: --
7031:
7032: l_soft_coding_keyflex_id := p_soft_coding_keyflex_id;
7033: