DBA Data[Home] [Help]

APPS.HR_MASS_MOVE_API dependencies on PER_BUSINESS_GROUPS

Line 1068: from per_business_groups pbg

1064: and nvl(vac.date_to, hr_api.g_eot);
1065: --
1066: cursor isdel is
1067: select pbg.position_structure
1068: from per_business_groups pbg
1069: where pbg.business_group_id = l_business_group_id;
1070: --
1071: -- Moved and modified as part of fix for bug 2943725
1072: --

Line 2547: from per_business_groups

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;
2549: --
2550: cursor csr_get_old_pos_defaults is
2551: select pos.time_normal_start,