DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on HR_KFLEX_UTILITY

Line 6664: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=

6660: -- for disabling the descriptive flex field
6661: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
6662: hr_dflex_utility.l_ignore_dfcode_varray();
6663: -- for disabling the key flex field
6664: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
6665: hr_kflex_utility.l_ignore_kfcode_varray();
6666: --
6667: -- GSP changes
6668: lb_grd_ldr_exists_flag boolean default false;

Line 6665: hr_kflex_utility.l_ignore_kfcode_varray();

6661: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
6662: hr_dflex_utility.l_ignore_dfcode_varray();
6663: -- for disabling the key flex field
6664: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
6665: hr_kflex_utility.l_ignore_kfcode_varray();
6666: --
6667: -- GSP changes
6668: lb_grd_ldr_exists_flag boolean default false;
6669: -- End of GSP changes

Line 6911: hr_kflex_utility.upd_or_sel_keyflex_comb

6907: /* When SCL is not rendered in Assignment page we get p_soft_coding_keyflex_id as null
6908: But while calling hr_assignment_api.update_emp_asg_criteria we have to pass a proper
6909: scl_id so that no error appears.*/
6910:
6911: hr_kflex_utility.upd_or_sel_keyflex_comb
6912: (p_appl_short_name => 'PER'
6913: ,p_flex_code => 'SCL'
6914: ,p_flex_num => l_flex_num
6915: ,p_segment1 => l_soft_coding_keyflex.segment1

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

6998: if p_assignment_type = 'C' then
6999: hr_utility.set_location('if p_assignment_type = C then:'||l_proc,30);
7000: l_add_struct_k.extend(1);
7001: l_add_struct_k(l_add_struct_k.count) := 'SCL';
7002: hr_kflex_utility.create_ignore_kf_validation(p_rec => l_add_struct_k);
7003: --
7004: -- code for disabling the descriptive flex field
7005: l_add_struct_d.extend(1);
7006: l_add_struct_d(l_add_struct_d.count) := 'PER_ASSIGNMENTS';

Line 7067: hr_kflex_utility.remove_ignore_kf_validation;

7063: ,p_tax_district_changed_warning => l_tax_district_changed_warning
7064: );
7065:
7066: hr_dflex_utility.remove_ignore_df_validation;
7067: hr_kflex_utility.remove_ignore_kf_validation;
7068: --
7069:
7070: l_soft_coding_keyflex_id := p_soft_coding_keyflex_id;
7071:

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

7184: l_add_struct_k(l_add_struct_k.count) := 'SCL';
7185: l_add_struct_k.extend(1);
7186: l_add_struct_k(l_add_struct_k.count) := 'CAGR';
7187:
7188: hr_kflex_utility.create_ignore_kf_validation(p_rec => l_add_struct_k);
7189: --
7190: -- code for disabling the descriptive flex field
7191: l_add_struct_d.extend(1);
7192: l_add_struct_d(l_add_struct_d.count) := 'PER_ASSIGNMENTS';

Line 7435: hr_kflex_utility.remove_ignore_kf_validation;

7431: --First remove the remove_ignore_df_validation
7432: -- and remove_ignore_kf_validation
7433:
7434: hr_dflex_utility.remove_ignore_df_validation;
7435: hr_kflex_utility.remove_ignore_kf_validation;
7436: --
7437:
7438: l_soft_coding_keyflex_id := p_soft_coding_keyflex_id;
7439: