DBA Data[Home] [Help]

APPS.PER_CTC_BUS dependencies on HR_KFLEX_UTILITY

Line 1756: hr_kflex_utility.set_profiles

1752: hr_utility.set_location(l_proc, 7);
1753: --
1754: -- Set the business group profile as this is used by the flexfield validation.
1755: --
1756: hr_kflex_utility.set_profiles
1757: (p_business_group_id => p_rec.business_group_id);
1758: --
1759: hr_utility.set_location(l_proc, 8);
1760: --

Line 1763: hr_kflex_utility.set_session_date

1759: hr_utility.set_location(l_proc, 8);
1760: --
1761: -- Set the session date as this is used by the flexfield validation.
1762: --
1763: hr_kflex_utility.set_session_date
1764: (p_effective_date => p_effective_date
1765: ,p_session_id => l_session_id);
1766: --
1767: hr_utility.set_location(l_proc, 10);

Line 1874: hr_kflex_utility.unset_session_date

1870: hr_utility.set_location(l_proc, 57);
1871: --
1872: -- Unset the session date.
1873: --
1874: hr_kflex_utility.unset_session_date
1875: (p_session_id => l_session_id);
1876: --
1877: hr_utility.set_location(l_proc, 60);
1878: --

Line 1905: hr_kflex_utility.set_profiles

1901: hr_utility.set_location(l_proc, 7);
1902: --
1903: -- Set the business group profile as this is used by the flexfield validation.
1904: --
1905: hr_kflex_utility.set_profiles
1906: (p_business_group_id => p_rec.business_group_id);
1907: --
1908: hr_utility.set_location(l_proc, 8);
1909: --

Line 1912: hr_kflex_utility.set_session_date

1908: hr_utility.set_location(l_proc, 8);
1909: --
1910: -- Set the session date as this is used by the flexfield validation.
1911: --
1912: hr_kflex_utility.set_session_date
1913: (p_effective_date => p_effective_date
1914: ,p_session_id => l_session_id);
1915: --
1916: hr_utility.set_location(l_proc, 10);

Line 2026: hr_kflex_utility.unset_session_date

2022: hr_utility.set_location(l_proc, 57);
2023: --
2024: -- Unset the session date.
2025: --
2026: hr_kflex_utility.unset_session_date
2027: (p_session_id => l_session_id);
2028: --
2029: hr_utility.set_location(' Leaving:'||l_proc, 60);
2030: --