DBA Data[Home] [Help]

APPS.HR_SOURCE_FORM_TEMPLATES_BSI dependencies on HR_API

Line 46: raise hr_api.validate_enabled;

42: --
43: -- When in validation only mode raise the Validate_Enabled exception
44: --
45: if p_validate then
46: raise hr_api.validate_enabled;
47: end if;
48: --
49: -- Set all output arguments
50: --

Line 56: when hr_api.validate_enabled then

52: p_object_version_number := l_object_version_number;
53: --
54: hr_utility.set_location(' Leaving:'||l_proc, 70);
55: exception
56: when hr_api.validate_enabled then
57: --
58: -- As the Validate_Enabled exception has been raised
59: -- we must rollback to the savepoint
60: --

Line 109: raise hr_api.validate_enabled;

105: --
106: -- When in validation only mode raise the Validate_Enabled exception
107: --
108: if p_validate then
109: raise hr_api.validate_enabled;
110: end if;
111: --
112: hr_utility.set_location(' Leaving:'||l_proc, 70);
113: exception

Line 114: when hr_api.validate_enabled then

110: end if;
111: --
112: hr_utility.set_location(' Leaving:'||l_proc, 70);
113: exception
114: when hr_api.validate_enabled then
115: --
116: -- As the Validate_Enabled exception has been raised
117: -- we must rollback to the savepoint
118: --