DBA Data[Home] [Help]

APPS.FF_GLOBALS_API dependencies on HR_API

Line 62: when hr_api.cannot_find_prog_unit then

58: ,p_business_group_id => p_business_group_id
59: ,p_legislation_code => p_legislation_code
60: );
61: exception
62: when hr_api.cannot_find_prog_unit then
63: hr_api.cannot_find_prog_unit_error
64: (p_module_name => 'create_global'
65: ,p_hook_type => 'BP'
66: );

Line 63: hr_api.cannot_find_prog_unit_error

59: ,p_legislation_code => p_legislation_code
60: );
61: exception
62: when hr_api.cannot_find_prog_unit then
63: hr_api.cannot_find_prog_unit_error
64: (p_module_name => 'create_global'
65: ,p_hook_type => 'BP'
66: );
67: end;

Line 104: when hr_api.cannot_find_prog_unit then

100: ,p_effective_end_date => l_effective_end_date
101: );
102:
103: exception
104: when hr_api.cannot_find_prog_unit then
105: hr_api.cannot_find_prog_unit_error
106: (p_module_name => 'create_global'
107: ,p_hook_type => 'AP'
108: );

Line 105: hr_api.cannot_find_prog_unit_error

101: );
102:
103: exception
104: when hr_api.cannot_find_prog_unit then
105: hr_api.cannot_find_prog_unit_error
106: (p_module_name => 'create_global'
107: ,p_hook_type => 'AP'
108: );
109: end;

Line 114: raise hr_api.validate_enabled;

110: --
111: -- When in validation only mode raise the Validate_Enabled exception
112: --
113: if p_validate then
114: raise hr_api.validate_enabled;
115: end if;
116: --
117: -- Set all IN OUT and OUT parameters with out values
118: --

Line 127: when hr_api.validate_enabled then

123:
124: --
125: hr_utility.set_location(' Leaving:'||l_proc, 70);
126: exception
127: when hr_api.validate_enabled then
128: --
129: -- As the Validate_Enabled exception has been raised
130: -- we must rollback to the savepoint
131: --

Line 171: ,p_value in varchar2 default HR_API.G_VARCHAR2

167: (p_validate in boolean default false
168: ,p_effective_date in date
169: ,p_global_id in number
170: ,p_datetrack_update_mode in varchar2
171: ,p_value in varchar2 default HR_API.G_VARCHAR2
172: ,p_description in varchar2 default HR_API.G_VARCHAR2
173: ,p_object_version_number in out nocopy number
174: ,p_effective_start_date out nocopy date
175: ,p_effective_end_date out nocopy date

Line 172: ,p_description in varchar2 default HR_API.G_VARCHAR2

168: ,p_effective_date in date
169: ,p_global_id in number
170: ,p_datetrack_update_mode in varchar2
171: ,p_value in varchar2 default HR_API.G_VARCHAR2
172: ,p_description in varchar2 default HR_API.G_VARCHAR2
173: ,p_object_version_number in out nocopy number
174: ,p_effective_start_date out nocopy date
175: ,p_effective_end_date out nocopy date
176: ) is

Line 216: when hr_api.cannot_find_prog_unit then

212: ,p_value => p_value
213: ,p_object_version_number => l_object_version_number
214: );
215: exception
216: when hr_api.cannot_find_prog_unit then
217: hr_api.cannot_find_prog_unit_error
218: (p_module_name => 'update_global'
219: ,p_hook_type => 'BP'
220: );

Line 217: hr_api.cannot_find_prog_unit_error

213: ,p_object_version_number => l_object_version_number
214: );
215: exception
216: when hr_api.cannot_find_prog_unit then
217: hr_api.cannot_find_prog_unit_error
218: (p_module_name => 'update_global'
219: ,p_hook_type => 'BP'
220: );
221: end;

Line 250: when hr_api.cannot_find_prog_unit then

246: ,p_effective_end_date => l_effective_end_date
247: );
248:
249: exception
250: when hr_api.cannot_find_prog_unit then
251: hr_api.cannot_find_prog_unit_error
252: (p_module_name => 'update_global'
253: ,p_hook_type => 'AP'
254: );

Line 251: hr_api.cannot_find_prog_unit_error

247: );
248:
249: exception
250: when hr_api.cannot_find_prog_unit then
251: hr_api.cannot_find_prog_unit_error
252: (p_module_name => 'update_global'
253: ,p_hook_type => 'AP'
254: );
255: end;

Line 260: raise hr_api.validate_enabled;

256: --
257: -- When in validation only mode raise the Validate_Enabled exception
258: --
259: if p_validate then
260: raise hr_api.validate_enabled;
261: end if;
262: --
263: -- Set all IN OUT and OUT parameters with out values
264: --

Line 272: when hr_api.validate_enabled then

268:
269: --
270: hr_utility.set_location(' Leaving:'||l_proc, 70);
271: exception
272: when hr_api.validate_enabled then
273: --
274: -- As the Validate_Enabled exception has been raised
275: -- we must rollback to the savepoint
276: --

Line 355: when hr_api.cannot_find_prog_unit then

351: ,p_datetrack_update_mode => p_datetrack_update_mode
352: ,p_object_version_number => l_object_version_number
353: );
354: exception
355: when hr_api.cannot_find_prog_unit then
356: hr_api.cannot_find_prog_unit_error
357: (p_module_name => 'delete_global'
358: ,p_hook_type => 'BP'
359: );

Line 356: hr_api.cannot_find_prog_unit_error

352: ,p_object_version_number => l_object_version_number
353: );
354: exception
355: when hr_api.cannot_find_prog_unit then
356: hr_api.cannot_find_prog_unit_error
357: (p_module_name => 'delete_global'
358: ,p_hook_type => 'BP'
359: );
360: end;

Line 386: when hr_api.cannot_find_prog_unit then

382: ,p_effective_end_date => l_effective_end_date
383: );
384:
385: exception
386: when hr_api.cannot_find_prog_unit then
387: hr_api.cannot_find_prog_unit_error
388: (p_module_name => 'delete_global'
389: ,p_hook_type => 'AP'
390: );

Line 387: hr_api.cannot_find_prog_unit_error

383: );
384:
385: exception
386: when hr_api.cannot_find_prog_unit then
387: hr_api.cannot_find_prog_unit_error
388: (p_module_name => 'delete_global'
389: ,p_hook_type => 'AP'
390: );
391: end;

Line 396: raise hr_api.validate_enabled;

392: --
393: -- When in validation only mode raise the Validate_Enabled exception
394: --
395: if p_validate then
396: raise hr_api.validate_enabled;
397: end if;
398: --
399: -- Set all IN OUT and OUT parameters with out values
400: --

Line 408: when hr_api.validate_enabled then

404:
405: --
406: hr_utility.set_location(' Leaving:'||l_proc, 70);
407: exception
408: when hr_api.validate_enabled then
409: --
410: -- As the Validate_Enabled exception has been raised
411: -- we must rollback to the savepoint
412: --