DBA Data[Home] [Help]

APPS.PER_CTC_BUS dependencies on HR_KFLEX_UTILITY

Line 1753: hr_kflex_utility.set_profiles

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

Line 1760: hr_kflex_utility.set_session_date

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

Line 1871: hr_kflex_utility.unset_session_date

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

Line 1902: hr_kflex_utility.set_profiles

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

Line 1909: hr_kflex_utility.set_session_date

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

Line 2023: hr_kflex_utility.unset_session_date

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