DBA Data[Home] [Help]

APPS.HR_MASS_MOVE_API dependencies on FND_NUMBER

Line 2536: fnd_number.canonical_to_number(working_hours),

2532: cursor csr_get_org_defaults is
2533: select business_group_id,
2534: default_start_time,
2535: default_end_time,
2536: fnd_number.canonical_to_number(working_hours),
2537: frequency,
2538: location_id
2539: from per_organization_units
2540: where organization_id = l_new_organization_id;

Line 2546: fnd_number.canonical_to_number(working_hours),

2542: cursor csr_get_busgrp_defaults is
2543: select legislation_code,
2544: default_start_time,
2545: default_end_time,
2546: fnd_number.canonical_to_number(working_hours),
2547: frequency,
2548: location_id
2549: from per_business_groups
2550: where business_group_id = l_business_group_id;

Line 2555: fnd_number.canonical_to_number(pos.working_hours),

2551: --
2552: cursor csr_get_old_pos_defaults is
2553: select pos.time_normal_start,
2554: pos.time_normal_finish,
2555: fnd_number.canonical_to_number(pos.working_hours),
2556: pos.frequency,
2557: pos.location_id
2558: from hr_positions_f pos
2559: where position_id = l_position_id

Line 2567: fnd_number.canonical_to_number(pos.working_hours),

2563: --
2564: cursor csr_get_new_pos_defaults is
2565: select pos.time_normal_start,
2566: pos.time_normal_finish,
2567: fnd_number.canonical_to_number(pos.working_hours),
2568: pos.frequency,
2569: pos.location_id
2570: from hr_positions_f pos
2571: where position_id = l_new_position_id