DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_API dependencies on FND_NUMBER

Line 3691: ,fnd_number.canonical_to_number(working_hours)

3687: select organization_id
3688: ,legislation_code
3689: ,default_start_time
3690: ,default_end_time
3691: ,fnd_number.canonical_to_number(working_hours)
3692: ,frequency
3693: from per_business_groups
3694: where business_group_id = l_business_group_id;
3695: --