DBA Data[Home] [Help]

APPS.PAY_AU_PROCESS_PARAMETERS_API dependencies on HR_API

Line 88: raise hr_api.validate_enabled;

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

Line 98: when hr_api.validate_enabled then

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

Line 152: raise hr_api.validate_enabled;

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

Line 157: when hr_api.validate_enabled then

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

Line 215: raise hr_api.validate_enabled;

211: --
212: -- When in validation only mode raise the Validate_Enabled exception
213: --
214: if p_validate then
215: raise hr_api.validate_enabled;
216: end if;
217: --
218: hr_utility.set_location(' Leaving:'||l_proc, 100);
219: exception

Line 220: when hr_api.validate_enabled then

216: end if;
217: --
218: hr_utility.set_location(' Leaving:'||l_proc, 100);
219: exception
220: when hr_api.validate_enabled then
221: --
222: -- As the Validate_Enabled exception has been raised
223: -- we must rollback to the savepoint
224: --