DBA Data[Home] [Help]

APPS.HR_AUTHORIA_MAPPING_API dependencies on HR_API

Line 49: when hr_api.cannot_find_prog_unit then

45: ,p_target_page => p_target_page
46: );
47:
48: exception
49: when hr_api.cannot_find_prog_unit then
50: hr_api.cannot_find_prog_unit_error
51: (p_module_name => 'CREATE_AUTHORIA_MAPPING'
52: ,p_hook_type => 'BP'
53: );

Line 50: hr_api.cannot_find_prog_unit_error

46: );
47:
48: exception
49: when hr_api.cannot_find_prog_unit then
50: hr_api.cannot_find_prog_unit_error
51: (p_module_name => 'CREATE_AUTHORIA_MAPPING'
52: ,p_hook_type => 'BP'
53: );
54: end;

Line 80: when hr_api.cannot_find_prog_unit then

76: ,p_target_page => p_target_page
77: );
78:
79: exception
80: when hr_api.cannot_find_prog_unit then
81: hr_api.cannot_find_prog_unit_error
82: (p_module_name => 'CREATE_AUTHORIA_MAPPING'
83: ,p_hook_type => 'AP'
84: );

Line 81: hr_api.cannot_find_prog_unit_error

77: );
78:
79: exception
80: when hr_api.cannot_find_prog_unit then
81: hr_api.cannot_find_prog_unit_error
82: (p_module_name => 'CREATE_AUTHORIA_MAPPING'
83: ,p_hook_type => 'AP'
84: );
85: end;

Line 90: raise hr_api.validate_enabled;

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

Line 99: when hr_api.validate_enabled then

95: p_authoria_mapping_id := l_authoria_mapping_id;
96: p_object_version_number := l_object_version_number;
97: hr_utility.set_location(' Leaving:'||l_proc, 70);
98: exception
99: when hr_api.validate_enabled then
100: --
101: -- As the Validate_Enabled exception has been raised
102: -- we must rollback to the savepoint
103: --

Line 137: ,p_plip_id in number default HR_API.G_number

133: (p_validate in boolean default false
134: ,p_target_page in varchar2
135: ,p_authoria_mapping_id in number
136: ,p_pl_id in number
137: ,p_plip_id in number default HR_API.G_number
138: ,p_open_enrollment_flag in varchar2
139: ,p_object_version_number in out NOCOPY number
140: ) is
141: --

Line 170: when hr_api.cannot_find_prog_unit then

166: ,p_object_version_number => p_object_version_number
167: );
168:
169: exception
170: when hr_api.cannot_find_prog_unit then
171: hr_api.cannot_find_prog_unit_error
172: (p_module_name => 'UPDATE_AUTHORIA_MAPPING'
173: ,p_hook_type => 'BP'
174: );

Line 171: hr_api.cannot_find_prog_unit_error

167: );
168:
169: exception
170: when hr_api.cannot_find_prog_unit then
171: hr_api.cannot_find_prog_unit_error
172: (p_module_name => 'UPDATE_AUTHORIA_MAPPING'
173: ,p_hook_type => 'BP'
174: );
175: end;

Line 204: when hr_api.cannot_find_prog_unit then

200: ,p_object_version_number => p_object_version_number
201: );
202:
203: exception
204: when hr_api.cannot_find_prog_unit then
205: hr_api.cannot_find_prog_unit_error
206: (p_module_name => 'UPDATE_AUTHORIA_MAPPING'
207: ,p_hook_type => 'AP'
208: );

Line 205: hr_api.cannot_find_prog_unit_error

201: );
202:
203: exception
204: when hr_api.cannot_find_prog_unit then
205: hr_api.cannot_find_prog_unit_error
206: (p_module_name => 'UPDATE_AUTHORIA_MAPPING'
207: ,p_hook_type => 'AP'
208: );
209: end;

Line 214: raise hr_api.validate_enabled;

210: --
211: -- When in validation only mode raise the Validate_Enabled exception
212: --
213: if p_validate then
214: raise hr_api.validate_enabled;
215: end if;
216: --
217: -- Set all output arguments
218: --

Line 222: when hr_api.validate_enabled then

218: --
219: p_object_version_number := l_object_version_number;
220: hr_utility.set_location(' Leaving:'||l_proc, 70);
221: exception
222: when hr_api.validate_enabled then
223: --
224: -- As the Validate_Enabled exception has been raised
225: -- we must rollback to the savepoint
226: --

Line 281: when hr_api.cannot_find_prog_unit then

277: ,p_object_version_number => p_object_version_number
278: );
279:
280: exception
281: when hr_api.cannot_find_prog_unit then
282: hr_api.cannot_find_prog_unit_error
283: (p_module_name => 'DELETE_AUTHORIA_MAPPING'
284: ,p_hook_type => 'BP'
285: );

Line 282: hr_api.cannot_find_prog_unit_error

278: );
279:
280: exception
281: when hr_api.cannot_find_prog_unit then
282: hr_api.cannot_find_prog_unit_error
283: (p_module_name => 'DELETE_AUTHORIA_MAPPING'
284: ,p_hook_type => 'BP'
285: );
286: end;

Line 304: when hr_api.cannot_find_prog_unit then

300: ,p_object_version_number => p_object_version_number
301: );
302:
303: exception
304: when hr_api.cannot_find_prog_unit then
305: hr_api.cannot_find_prog_unit_error
306: (p_module_name => 'DELETE_AUTHORIA_MAPPING'
307: ,p_hook_type => 'AP'
308: );

Line 305: hr_api.cannot_find_prog_unit_error

301: );
302:
303: exception
304: when hr_api.cannot_find_prog_unit then
305: hr_api.cannot_find_prog_unit_error
306: (p_module_name => 'DELETE_AUTHORIA_MAPPING'
307: ,p_hook_type => 'AP'
308: );
309: end;

Line 314: raise hr_api.validate_enabled;

310: --
311: -- When in validation only mode raise the Validate_Enabled exception
312: --
313: if p_validate then
314: raise hr_api.validate_enabled;
315: end if;
316: hr_utility.set_location(' Leaving:'||l_proc, 70);
317: exception
318: when hr_api.validate_enabled then

Line 318: when hr_api.validate_enabled then

314: raise hr_api.validate_enabled;
315: end if;
316: hr_utility.set_location(' Leaving:'||l_proc, 70);
317: exception
318: when hr_api.validate_enabled then
319: --
320: -- As the Validate_Enabled exception has been raised
321: -- we must rollback to the savepoint
322: --