DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_API dependencies on PER_PER_BUS

Line 1243: per_per_bus.g_global_transfer_in_process := true;

1239: hr_utility.set_location(l_proc,40);
1240: --
1241: -- Set the global transfer in process variable used by person rowhandler validation
1242: --
1243: per_per_bus.g_global_transfer_in_process := true;
1244: --
1245: -- Start of termination or update to the Home BG records
1246: --
1247: if nvl(l_dpl_rec.permanent,'N') = 'Y' then

Line 2096: per_per_bus.g_global_transfer_in_process := false;

2092: end if;
2093: --
2094: -- fix for bug 6593649
2095: --
2096: per_per_bus.g_global_transfer_in_process := false;
2097: --
2098: hr_utility.set_location(' Leaving:'||l_proc, 700);
2099: exception
2100: when hr_api.validate_enabled then

Line 2121: per_per_bus.g_global_transfer_in_process := false;

2117: p_host_assignment_id := null;
2118: p_host_asg_ovn := null;
2119: p_already_applicant_warning := null;
2120: --
2121: per_per_bus.g_global_transfer_in_process := false;
2122: --
2123: hr_utility.set_location(' Leaving:'||l_proc, 800);
2124: when others then
2125: --

Line 2143: per_per_bus.g_global_transfer_in_process := false;

2139: p_host_assignment_id := null;
2140: p_host_asg_ovn := null;
2141: p_already_applicant_warning := null;
2142: --
2143: per_per_bus.g_global_transfer_in_process := false;
2144: --
2145: hr_utility.set_location(' Leaving:'||l_proc, 900);
2146: raise;
2147: end initiate_deployment;