DBA Data[Home] [Help]

APPS.PAY_ZA_CALENDARS_PKG dependencies on FND_PROFILE

Line 206: l_business_group_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');

202: begin
203:
204: hr_utility.set_location(func_name, 1);
205: -- Obtain the Business Group Id of the current user
206: l_business_group_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');
207: -- Obtain the day on which the Company Financial Year starts
208: l_fiscal_start_day := to_number(
209: to_char(retrieve_fiscal_year_start(l_business_group_id), 'DD'));
210: --