DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_API dependencies on FND_NUMBER

Line 3379: ,fnd_number.canonical_to_number(working_hours)

3375: select organization_id
3376: ,legislation_code
3377: ,default_start_time
3378: ,default_end_time
3379: ,fnd_number.canonical_to_number(working_hours)
3380: ,frequency
3381: from per_business_groups
3382: where business_group_id = l_business_group_id;
3383: --