DBA Data[Home] [Help]

APPS.HR_MASS_MOVE_API dependencies on FND_NUMBER

Line 2534: fnd_number.canonical_to_number(working_hours),

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

Line 2544: fnd_number.canonical_to_number(working_hours),

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

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

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

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

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