DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_API dependencies on HR_KFLEX_UTILITY

Line 568: hr_kflex_utility.ins_or_sel_keyflex_comb

564: hr_utility.set_location(l_proc, 30);
565: --
566: -- Dterminine the Cost Allocation definition by calling ins_or_sel
567: --
568: hr_kflex_utility.ins_or_sel_keyflex_comb
569: (p_appl_short_name => 'PAY'
570: ,p_flex_code => 'COST'
571: ,p_flex_num => l_flex_num
572: ,p_segment1 => p_segment1

Line 1846: hr_kflex_utility.upd_or_sel_keyflex_comb

1842: or nvl(l_cost_segment29, hr_api.g_varchar2) <> nvl(l_old_cost_segments.segment29, hr_api.g_varchar2)
1843: or nvl(l_cost_segment30, hr_api.g_varchar2) <> nvl(l_old_cost_segments.segment30, hr_api.g_varchar2)
1844: or nvl(l_old_cost_name, hr_api.g_varchar2) <> nvl(l_old_cost_segments.concatenated_segments, hr_api.g_varchar2) then
1845: -- End of 3187772
1846: hr_kflex_utility.upd_or_sel_keyflex_comb
1847: (p_appl_short_name => 'PAY'
1848: ,p_flex_code => 'COST'
1849: ,p_flex_num => l_flex_num
1850: ,p_segment1 => l_cost_segment1

Line 2846: hr_kflex_utility.set_session_date

2842:
2843: -- Insert the effective date into fnd_sessions for the flexfield
2844: -- validation to work (Bug#3286325)
2845:
2846: hr_kflex_utility.set_session_date
2847: (p_effective_date => l_effective_date
2848: ,p_session_id => l_session_id);
2849: --
2850: -- Process Logic

Line 2979: hr_kflex_utility.unset_session_date

2975: --
2976: --
2977: -- remove data from the session table (Bug# 3286325)
2978: --
2979: hr_kflex_utility.unset_session_date
2980: (p_session_id => l_session_id);
2981: --
2982: hr_utility.set_location(' Leaving:'||l_proc, 70);
2983: --