DBA Data[Home] [Help]

APPS.PAY_WCI_OCCUPATIONS_API dependencies on HR_API

Line 64: when hr_api.cannot_find_prog_unit then

60: ,p_job_id => p_job_id
61: ,p_comments => p_comments
62: );
63: exception
64: when hr_api.cannot_find_prog_unit then
65: hr_api.cannot_find_prog_unit_error
66: (p_module_name => 'create_wci_occupation'
67: ,p_hook_type => 'BP'
68: );

Line 65: hr_api.cannot_find_prog_unit_error

61: ,p_comments => p_comments
62: );
63: exception
64: when hr_api.cannot_find_prog_unit then
65: hr_api.cannot_find_prog_unit_error
66: (p_module_name => 'create_wci_occupation'
67: ,p_hook_type => 'BP'
68: );
69: end;

Line 104: when hr_api.cannot_find_prog_unit then

100: ,p_job_id => p_job_id
101: ,p_comments => p_comments
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_wci_occupation'
107: ,p_hook_type => 'AP'
108: );

Line 105: hr_api.cannot_find_prog_unit_error

101: ,p_comments => p_comments
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_wci_occupation'
107: ,p_hook_type => 'AP'
108: );
109: end;

Line 115: raise hr_api.validate_enabled;

111: --
112: -- When in validation only mode raise the Validate_Enabled exception
113: --
114: if p_validate then
115: raise hr_api.validate_enabled;
116: end if;
117: --
118: -- Set all output arguments
119: --

Line 124: when hr_api.validate_enabled then

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

Line 163: ,p_job_id in number default hr_api.g_number

159: (p_validate in boolean default false
160: ,p_effective_date in date
161: ,p_occupation_id in number
162: ,p_object_version_number in out nocopy number
163: ,p_job_id in number default hr_api.g_number
164: ,p_comments in varchar2 default hr_api.g_varchar2
165: ) is
166: --
167: -- Declare cursors and local variables

Line 164: ,p_comments in varchar2 default hr_api.g_varchar2

160: ,p_effective_date in date
161: ,p_occupation_id in number
162: ,p_object_version_number in out nocopy number
163: ,p_job_id in number default hr_api.g_number
164: ,p_comments in varchar2 default hr_api.g_varchar2
165: ) is
166: --
167: -- Declare cursors and local variables
168: --

Line 216: when hr_api.cannot_find_prog_unit then

212: ,p_job_id => p_job_id
213: ,p_comments => p_comments
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_wci_occupation'
219: ,p_hook_type => 'BP'
220: );

Line 217: hr_api.cannot_find_prog_unit_error

213: ,p_comments => p_comments
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_wci_occupation'
219: ,p_hook_type => 'BP'
220: );
221: end;

Line 254: when hr_api.cannot_find_prog_unit then

250: ,p_job_id => p_job_id
251: ,p_comments => p_comments
252: );
253: exception
254: when hr_api.cannot_find_prog_unit then
255: hr_api.cannot_find_prog_unit_error
256: (p_module_name => 'update_wci_occupation'
257: ,p_hook_type => 'AP'
258: );

Line 255: hr_api.cannot_find_prog_unit_error

251: ,p_comments => p_comments
252: );
253: exception
254: when hr_api.cannot_find_prog_unit then
255: hr_api.cannot_find_prog_unit_error
256: (p_module_name => 'update_wci_occupation'
257: ,p_hook_type => 'AP'
258: );
259: end;

Line 265: raise hr_api.validate_enabled;

261: --
262: -- When in validation only mode raise the Validate_Enabled exception
263: --
264: if p_validate then
265: raise hr_api.validate_enabled;
266: end if;
267: --
268: -- Set all output arguments
269: --

Line 274: when hr_api.validate_enabled then

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

Line 349: when hr_api.cannot_find_prog_unit then

345: ,p_object_version_number => p_object_version_number
346: ,p_business_group_id => l_business_group_id
347: );
348: exception
349: when hr_api.cannot_find_prog_unit then
350: hr_api.cannot_find_prog_unit_error
351: (p_module_name => 'delete_wci_occupation'
352: ,p_hook_type => 'BP'
353: );

Line 350: hr_api.cannot_find_prog_unit_error

346: ,p_business_group_id => l_business_group_id
347: );
348: exception
349: when hr_api.cannot_find_prog_unit then
350: hr_api.cannot_find_prog_unit_error
351: (p_module_name => 'delete_wci_occupation'
352: ,p_hook_type => 'BP'
353: );
354: end;

Line 381: when hr_api.cannot_find_prog_unit then

377: ,p_object_version_number => p_object_version_number
378: ,p_business_group_id => l_business_group_id
379: );
380: exception
381: when hr_api.cannot_find_prog_unit then
382: hr_api.cannot_find_prog_unit_error
383: (p_module_name => 'delete_wci_occupation'
384: ,p_hook_type => 'AP'
385: );

Line 382: hr_api.cannot_find_prog_unit_error

378: ,p_business_group_id => l_business_group_id
379: );
380: exception
381: when hr_api.cannot_find_prog_unit then
382: hr_api.cannot_find_prog_unit_error
383: (p_module_name => 'delete_wci_occupation'
384: ,p_hook_type => 'AP'
385: );
386: end;

Line 392: raise hr_api.validate_enabled;

388: --
389: -- When in validation only mode raise the Validate_Enabled exception
390: --
391: if p_validate then
392: raise hr_api.validate_enabled;
393: end if;
394: --
395: -- Set all output arguments
396: --

Line 401: when hr_api.validate_enabled then

397: hr_utility.set_location(' Leaving:'||l_proc, 70);
398:
399: exception
400:
401: when hr_api.validate_enabled then
402: --
403: -- As the Validate_Enabled exception has been raised
404: -- we must rollback to the savepoint
405: --