DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_API dependencies on PER_PER_BUS

Line 1238: per_per_bus.g_global_transfer_in_process := true;

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

Line 2071: per_per_bus.g_global_transfer_in_process := false;

2067: end if;
2068: --
2069: -- fix for bug 6593649
2070: --
2071: per_per_bus.g_global_transfer_in_process := false;
2072: --
2073: hr_utility.set_location(' Leaving:'||l_proc, 700);
2074: exception
2075: when hr_api.validate_enabled then

Line 2096: per_per_bus.g_global_transfer_in_process := false;

2092: p_host_assignment_id := null;
2093: p_host_asg_ovn := null;
2094: p_already_applicant_warning := null;
2095: --
2096: per_per_bus.g_global_transfer_in_process := false;
2097: --
2098: hr_utility.set_location(' Leaving:'||l_proc, 800);
2099: when others then
2100: --

Line 2118: per_per_bus.g_global_transfer_in_process := false;

2114: p_host_assignment_id := null;
2115: p_host_asg_ovn := null;
2116: p_already_applicant_warning := null;
2117: --
2118: per_per_bus.g_global_transfer_in_process := false;
2119: --
2120: hr_utility.set_location(' Leaving:'||l_proc, 900);
2121: raise;
2122: end initiate_deployment;