DBA Data[Home] [Help]

APPS.PQH_FR_ASSIGNMENT_API dependencies on FND_NUMBER

Line 1220: SELECT fnd_number.canonical_to_number (org_information4) hours, 'M' frequency

1216: FROM per_all_assignments_f
1217: WHERE assignment_id = p_assignment_id
1218: AND p_effective_date BETWEEN effective_start_date AND effective_end_date)
1219: UNION
1220: SELECT fnd_number.canonical_to_number (org_information4) hours, 'M' frequency
1221: FROM hr_organization_information_v
1222: WHERE org_information_context = 'FR_ESTAB_INFO'
1223: AND organization_id = p_establishment_id;
1224: --