DBA Data[Home] [Help]

APPS.HR_APPLICANT_INTERNAL dependencies on FND_NUMBER

Line 2143: ,fnd_number.canonical_to_number(working_hours)

2139: select organization_id
2140: ,legislation_code
2141: ,default_start_time
2142: ,default_end_time
2143: ,fnd_number.canonical_to_number(working_hours)
2144: ,frequency
2145: from per_business_groups
2146: where business_group_id = l_business_group_id;
2147: --