DBA Data[Home] [Help]

APPS.HR_APPLICANT_INTERNAL dependencies on FND_NUMBER

Line 2360: ,fnd_number.canonical_to_number(working_hours)

2356: select organization_id
2357: ,legislation_code
2358: ,default_start_time
2359: ,default_end_time
2360: ,fnd_number.canonical_to_number(working_hours)
2361: ,frequency
2362: from per_business_groups
2363: where business_group_id = l_business_group_id;
2364: --