DBA Data[Home] [Help]

APPS.HR_SECURITY_ORGANIZATION_API dependencies on HR_API

Line 46: when hr_api.cannot_find_prog_unit then

42: , p_organization_id => p_organization_id
43: , p_entry_type => p_entry_type
44: );
45: exception
46: when hr_api.cannot_find_prog_unit then
47: hr_api.cannot_find_prog_unit_error
48: (p_module_name => 'create_security_organization'
49: ,p_hook_type => 'BP'
50: );

Line 47: hr_api.cannot_find_prog_unit_error

43: , p_entry_type => p_entry_type
44: );
45: exception
46: when hr_api.cannot_find_prog_unit then
47: hr_api.cannot_find_prog_unit_error
48: (p_module_name => 'create_security_organization'
49: ,p_hook_type => 'BP'
50: );
51: end;

Line 72: when hr_api.cannot_find_prog_unit then

68: , p_organization_id => p_organization_id
69: , p_entry_type => p_entry_type
70: );
71: exception
72: when hr_api.cannot_find_prog_unit then
73: hr_api.cannot_find_prog_unit_error
74: (p_module_name => 'create_security_organization'
75: ,p_hook_type => 'AP'
76: );

Line 73: hr_api.cannot_find_prog_unit_error

69: , p_entry_type => p_entry_type
70: );
71: exception
72: when hr_api.cannot_find_prog_unit then
73: hr_api.cannot_find_prog_unit_error
74: (p_module_name => 'create_security_organization'
75: ,p_hook_type => 'AP'
76: );
77: end;

Line 82: raise hr_api.validate_enabled;

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

Line 92: when hr_api.validate_enabled then

88: p_object_version_number := l_object_version_number;
89: --
90: hr_utility.set_location(' Leaving:'||l_proc, 70);
91: exception
92: when hr_api.validate_enabled then
93: --
94: -- As the Validate_Enabled exception has been raised
95: -- we must rollback to the savepoint
96: --

Line 124: , p_security_profile_id in number default hr_api.g_number

120: --
121: procedure update_security_organization
122: (
123: p_validate in boolean default false
124: , p_security_profile_id in number default hr_api.g_number
125: , p_organization_id in number default hr_api.g_number
126: , p_entry_type in varchar2 default hr_api.g_varchar2
127: , p_security_organization_id in number
128: , p_object_version_number in out nocopy number

Line 125: , p_organization_id in number default hr_api.g_number

121: procedure update_security_organization
122: (
123: p_validate in boolean default false
124: , p_security_profile_id in number default hr_api.g_number
125: , p_organization_id in number default hr_api.g_number
126: , p_entry_type in varchar2 default hr_api.g_varchar2
127: , p_security_organization_id in number
128: , p_object_version_number in out nocopy number
129: ) is

Line 126: , p_entry_type in varchar2 default hr_api.g_varchar2

122: (
123: p_validate in boolean default false
124: , p_security_profile_id in number default hr_api.g_number
125: , p_organization_id in number default hr_api.g_number
126: , p_entry_type in varchar2 default hr_api.g_varchar2
127: , p_security_organization_id in number
128: , p_object_version_number in out nocopy number
129: ) is
130: --

Line 156: when hr_api.cannot_find_prog_unit then

152: , p_security_organization_id=> p_security_organization_id
153: , p_object_version_number => l_object_version_number
154: );
155: exception
156: when hr_api.cannot_find_prog_unit then
157: hr_api.cannot_find_prog_unit_error
158: (p_module_name => 'update_security_organization'
159: ,p_hook_type => 'BP'
160: );

Line 157: hr_api.cannot_find_prog_unit_error

153: , p_object_version_number => l_object_version_number
154: );
155: exception
156: when hr_api.cannot_find_prog_unit then
157: hr_api.cannot_find_prog_unit_error
158: (p_module_name => 'update_security_organization'
159: ,p_hook_type => 'BP'
160: );
161: end;

Line 185: when hr_api.cannot_find_prog_unit then

181: , p_security_organization_id=> p_security_organization_id
182: , p_object_version_number => l_object_version_number
183: );
184: exception
185: when hr_api.cannot_find_prog_unit then
186: hr_api.cannot_find_prog_unit_error
187: (p_module_name => 'update_security_organization'
188: ,p_hook_type => 'AP'
189: );

Line 186: hr_api.cannot_find_prog_unit_error

182: , p_object_version_number => l_object_version_number
183: );
184: exception
185: when hr_api.cannot_find_prog_unit then
186: hr_api.cannot_find_prog_unit_error
187: (p_module_name => 'update_security_organization'
188: ,p_hook_type => 'AP'
189: );
190: end;

Line 195: raise hr_api.validate_enabled;

191: --
192: -- When in validation only mode raise the Validate_Enabled exception
193: --
194: if p_validate then
195: raise hr_api.validate_enabled;
196: end if;
197: --
198: -- Set all output arguments
199: --

Line 205: when hr_api.validate_enabled then

201: --
202: hr_utility.set_location(' Leaving:'||l_proc, 70);
203: --
204: exception
205: when hr_api.validate_enabled then
206: --
207: -- As the Validate_Enabled exception has been raised
208: -- we must rollback to the savepoint
209: --

Line 257: when hr_api.cannot_find_prog_unit then

253: p_security_organization_id => p_security_organization_id
254: , p_object_version_number => p_object_version_number
255: );
256: exception
257: when hr_api.cannot_find_prog_unit then
258: hr_api.cannot_find_prog_unit_error
259: (p_module_name => 'delete_security_organization'
260: ,p_hook_type => 'BP'
261: );

Line 258: hr_api.cannot_find_prog_unit_error

254: , p_object_version_number => p_object_version_number
255: );
256: exception
257: when hr_api.cannot_find_prog_unit then
258: hr_api.cannot_find_prog_unit_error
259: (p_module_name => 'delete_security_organization'
260: ,p_hook_type => 'BP'
261: );
262: end;

Line 280: when hr_api.cannot_find_prog_unit then

276: p_security_organization_id => p_security_organization_id
277: , p_object_version_number => p_object_version_number
278: );
279: exception
280: when hr_api.cannot_find_prog_unit then
281: hr_api.cannot_find_prog_unit_error
282: (p_module_name => 'delete_security_organization'
283: ,p_hook_type => 'AP'
284: );

Line 281: hr_api.cannot_find_prog_unit_error

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

Line 290: raise hr_api.validate_enabled;

286: --
287: -- When in validation only mode raise the Validate_Enabled exception
288: --
289: if p_validate then
290: raise hr_api.validate_enabled;
291: end if;
292: --
293: -- Set all output arguments
294: --

Line 297: when hr_api.validate_enabled then

293: -- Set all output arguments
294: --
295: hr_utility.set_location(' Leaving:'||l_proc, 70);
296: exception
297: when hr_api.validate_enabled then
298: --
299: -- As the Validate_Enabled exception has been raised
300: -- we must rollback to the savepoint
301: --