DBA Data[Home] [Help]

APPS.HR_ADI_DOCUMENT_API dependencies on HR_API

Line 50: raise hr_api.validate_enabled;

46: --
47: -- When in validation only mode raise the Validate_Enabled exception
48: --
49: if p_validate then
50: raise hr_api.validate_enabled;
51: end if;
52: --
53: -- Set all output arguments
54: --

Line 58: when hr_api.validate_enabled then

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

Line 126: raise hr_api.validate_enabled;

122: --
123: -- When in validation only mode raise the Validate_Enabled exception
124: --
125: if p_validate then
126: raise hr_api.validate_enabled;
127: end if;
128: --
129: -- Set all output arguments
130: --

Line 132: when hr_api.validate_enabled then

128: --
129: -- Set all output arguments
130: --
131: exception
132: when hr_api.validate_enabled then
133: --
134: -- As the Validate_Enabled exception has been raised
135: -- we must rollback to the savepoint
136: --

Line 183: raise hr_api.validate_enabled;

179: --
180: -- When in validation only mode raise the Validate_Enabled exception
181: --
182: if p_validate then
183: raise hr_api.validate_enabled;
184: end if;
185: hr_utility.set_location(' Leaving:'||l_proc, 70);
186: exception
187: when hr_api.validate_enabled then

Line 187: when hr_api.validate_enabled then

183: raise hr_api.validate_enabled;
184: end if;
185: hr_utility.set_location(' Leaving:'||l_proc, 70);
186: exception
187: when hr_api.validate_enabled then
188: --
189: -- As the Validate_Enabled exception has been raised
190: -- we must rollback to the savepoint
191: --