DBA Data[Home] [Help]

APPS.PAY_WCI_RATES_API dependencies on HR_API

Line 63: when hr_api.cannot_find_prog_unit then

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

Line 64: hr_api.cannot_find_prog_unit_error

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

Line 106: when hr_api.cannot_find_prog_unit then

102: ,p_rate_id => p_rate_id
103: ,p_object_version_number => p_object_version_number
104: );
105: exception
106: when hr_api.cannot_find_prog_unit then
107: hr_api.cannot_find_prog_unit_error
108: (p_module_name => 'create_wci_rate'
109: ,p_hook_type => 'AP'
110: );

Line 107: hr_api.cannot_find_prog_unit_error

103: ,p_object_version_number => p_object_version_number
104: );
105: exception
106: when hr_api.cannot_find_prog_unit then
107: hr_api.cannot_find_prog_unit_error
108: (p_module_name => 'create_wci_rate'
109: ,p_hook_type => 'AP'
110: );
111: end;

Line 117: raise hr_api.validate_enabled;

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

Line 126: when hr_api.validate_enabled then

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

Line 164: ,p_code in varchar2 default hr_api.g_varchar2

160: procedure update_wci_rate
161: (p_validate in boolean default false
162: ,p_rate_id in number
163: ,p_object_version_number in out nocopy number
164: ,p_code in varchar2 default hr_api.g_varchar2
165: ,p_rate in number default hr_api.g_number
166: ,p_description in varchar2 default hr_api.g_varchar2
167: ,p_comments in varchar2 default hr_api.g_varchar2
168: ) is

Line 165: ,p_rate in number default hr_api.g_number

161: (p_validate in boolean default false
162: ,p_rate_id in number
163: ,p_object_version_number in out nocopy number
164: ,p_code in varchar2 default hr_api.g_varchar2
165: ,p_rate in number default hr_api.g_number
166: ,p_description in varchar2 default hr_api.g_varchar2
167: ,p_comments in varchar2 default hr_api.g_varchar2
168: ) is
169: --

Line 166: ,p_description in varchar2 default hr_api.g_varchar2

162: ,p_rate_id in number
163: ,p_object_version_number in out nocopy number
164: ,p_code in varchar2 default hr_api.g_varchar2
165: ,p_rate in number default hr_api.g_number
166: ,p_description in varchar2 default hr_api.g_varchar2
167: ,p_comments in varchar2 default hr_api.g_varchar2
168: ) is
169: --
170: -- Declare cursors and local variables

Line 167: ,p_comments in varchar2 default hr_api.g_varchar2

163: ,p_object_version_number in out nocopy number
164: ,p_code in varchar2 default hr_api.g_varchar2
165: ,p_rate in number default hr_api.g_number
166: ,p_description in varchar2 default hr_api.g_varchar2
167: ,p_comments in varchar2 default hr_api.g_varchar2
168: ) is
169: --
170: -- Declare cursors and local variables
171: --

Line 217: when hr_api.cannot_find_prog_unit then

213: ,p_description => p_description
214: ,p_comments => p_comments
215: );
216: exception
217: when hr_api.cannot_find_prog_unit then
218: hr_api.cannot_find_prog_unit_error
219: (p_module_name => 'update_wci_rate'
220: ,p_hook_type => 'BP'
221: );

Line 218: hr_api.cannot_find_prog_unit_error

214: ,p_comments => p_comments
215: );
216: exception
217: when hr_api.cannot_find_prog_unit then
218: hr_api.cannot_find_prog_unit_error
219: (p_module_name => 'update_wci_rate'
220: ,p_hook_type => 'BP'
221: );
222: end;

Line 258: when hr_api.cannot_find_prog_unit then

254: ,p_description => p_description
255: ,p_comments => p_comments
256: );
257: exception
258: when hr_api.cannot_find_prog_unit then
259: hr_api.cannot_find_prog_unit_error
260: (p_module_name => 'update_wci_rate'
261: ,p_hook_type => 'AP'
262: );

Line 259: hr_api.cannot_find_prog_unit_error

255: ,p_comments => p_comments
256: );
257: exception
258: when hr_api.cannot_find_prog_unit then
259: hr_api.cannot_find_prog_unit_error
260: (p_module_name => 'update_wci_rate'
261: ,p_hook_type => 'AP'
262: );
263: end;

Line 269: raise hr_api.validate_enabled;

265: --
266: -- When in validation only mode raise the Validate_Enabled exception
267: --
268: if p_validate then
269: raise hr_api.validate_enabled;
270: end if;
271: --
272: -- Set all output arguments
273: --

Line 280: when hr_api.validate_enabled then

276: hr_utility.set_location(' Leaving:'||l_proc, 70);
277:
278: exception
279:
280: when hr_api.validate_enabled then
281: --
282: -- As the Validate_Enabled exception has been raised
283: -- we must rollback to the savepoint
284: --

Line 356: when hr_api.cannot_find_prog_unit then

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

Line 357: hr_api.cannot_find_prog_unit_error

353: ,p_business_group_id => l_business_group_id
354: );
355: exception
356: when hr_api.cannot_find_prog_unit then
357: hr_api.cannot_find_prog_unit_error
358: (p_module_name => 'delete_wci_rate'
359: ,p_hook_type => 'BP'
360: );
361: end;

Line 388: when hr_api.cannot_find_prog_unit then

384: ,p_object_version_number => p_object_version_number
385: ,p_business_group_id => l_business_group_id
386: );
387: exception
388: when hr_api.cannot_find_prog_unit then
389: hr_api.cannot_find_prog_unit_error
390: (p_module_name => 'delete_wci_rate'
391: ,p_hook_type => 'AP'
392: );

Line 389: hr_api.cannot_find_prog_unit_error

385: ,p_business_group_id => l_business_group_id
386: );
387: exception
388: when hr_api.cannot_find_prog_unit then
389: hr_api.cannot_find_prog_unit_error
390: (p_module_name => 'delete_wci_rate'
391: ,p_hook_type => 'AP'
392: );
393: end;

Line 399: raise hr_api.validate_enabled;

395: --
396: -- When in validation only mode raise the Validate_Enabled exception
397: --
398: if p_validate then
399: raise hr_api.validate_enabled;
400: end if;
401: --
402: -- Set all output arguments
403: --

Line 408: when hr_api.validate_enabled then

404: hr_utility.set_location(' Leaving:'||l_proc, 70);
405:
406: exception
407:
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: --