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 2549: from per_business_groups

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