DBA Data[Home] [Help]

APPS.BEN_ENROLLMENT_RATE_API dependencies on BEN_ECR_SHD

Line 828: ben_ecr_shd.g_api_dml := true; -- Set the api dml status

824: -- Set the object version number for the insert
825: --
826: l_object_version_number := 1;
827: --
828: ben_ecr_shd.g_api_dml := true; -- Set the api dml status
829: --
830: -- Select the next sequence number
831: --
832: hr_utility.set_location('Insert ECR: '||l_proc, 5);

Line 1029: ben_ecr_shd.g_api_dml := false; -- Unset the api dml status

1025: ,l_object_version_number
1026: ) RETURNING enrt_rt_id into l_enrt_rt_id;
1027: hr_utility.set_location('Dn Insert: '||l_proc, 5);
1028: --
1029: ben_ecr_shd.g_api_dml := false; -- Unset the api dml status
1030: --
1031: -- When in validation only mode raise the Validate_Enabled exception
1032: --
1033: if p_validate then

Line 2186: ben_ecr_shd.lck

2182: begin
2183: --
2184: hr_utility.set_location('Entering:'|| l_proc, 10);
2185: --
2186: ben_ecr_shd.lck
2187: (
2188: p_enrt_rt_id => p_enrt_rt_id
2189: ,p_object_version_number => p_object_version_number
2190: );