DBA Data[Home] [Help]

APPS.PAY_AU_MODULE_TYPES_API dependencies on HR_API

Line 85: raise hr_api.validate_enabled;

81: --
82: -- When in validation only mode raise the Validate_Enabled exception
83: --
84: if p_validate then
85: raise hr_api.validate_enabled;
86: end if;
87: --
88: -- Set all output arguments
89: --

Line 95: when hr_api.validate_enabled then

91: p_object_version_number := l_object_version_number;
92: --
93: hr_utility.set_location(' Leaving:'||l_proc, 100);
94: exception
95: when hr_api.validate_enabled then
96: --
97: -- Only set output warning arguments
98: -- (Any key or derived arguments must be set to null
99: -- when validation only mode is being used.)

Line 149: raise hr_api.validate_enabled;

145: --
146: -- When in validation only mode raise the Validate_Enabled exception
147: --
148: if p_validate then
149: raise hr_api.validate_enabled;
150: end if;
151: --
152: hr_utility.set_location(' Leaving:'||l_proc, 100);
153: exception

Line 154: when hr_api.validate_enabled then

150: end if;
151: --
152: hr_utility.set_location(' Leaving:'||l_proc, 100);
153: exception
154: when hr_api.validate_enabled then
155: --
156: -- As the Validate_Enabled exception has been raised
157: -- we must rollback to the savepoint
158: --

Line 210: raise hr_api.validate_enabled;

206: --
207: -- When in validation only mode raise the Validate_Enabled exception
208: --
209: if p_validate then
210: raise hr_api.validate_enabled;
211: end if;
212: --
213: hr_utility.set_location(' Leaving:'||l_proc, 100);
214: exception

Line 215: when hr_api.validate_enabled then

211: end if;
212: --
213: hr_utility.set_location(' Leaving:'||l_proc, 100);
214: exception
215: when hr_api.validate_enabled then
216: --
217: -- As the Validate_Enabled exception has been raised
218: -- we must rollback to the savepoint
219: --