DBA Data[Home] [Help]

APPS.PSP_SALARY_CAP_OVERRIDES_API dependencies on HR_API

Line 7: p_legislation_code varchar(50):=hr_api.userenv_lang;

3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' psp_salary_cap_overrides_api.';
7: p_legislation_code varchar(50):=hr_api.userenv_lang;
8:
9: --
10: -- ----------------------------------------------------------------------------
11: -- |-------------------------- create_salary_cap_override --------------------|

Line 65: when hr_api.cannot_find_prog_unit then

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

Line 66: hr_api.cannot_find_prog_unit_error

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

Line 106: when hr_api.cannot_find_prog_unit then

102: , p_currency_code => p_currency_code
103: , p_annual_salary_cap => p_annual_salary_cap
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_salary_cap_override'
109: ,p_hook_type => 'AP'
110: );

Line 107: hr_api.cannot_find_prog_unit_error

103: , p_annual_salary_cap => p_annual_salary_cap
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_salary_cap_override'
109: ,p_hook_type => 'AP'
110: );
111: end;

Line 116: raise hr_api.validate_enabled;

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

Line 126: when hr_api.validate_enabled then

122:
123: --
124: hr_utility.set_location(' Leaving:'||l_proc, 70);
125: exception
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 215: when hr_api.cannot_find_prog_unit then

211: , p_currency_code => p_currency_code
212: , p_annual_salary_cap => p_annual_salary_cap
213: );
214: exception
215: when hr_api.cannot_find_prog_unit then
216: hr_api.cannot_find_prog_unit_error
217: (p_module_name => 'update_organization_account'
218: ,p_hook_type => 'BP'
219: );

Line 216: hr_api.cannot_find_prog_unit_error

212: , p_annual_salary_cap => p_annual_salary_cap
213: );
214: exception
215: when hr_api.cannot_find_prog_unit then
216: hr_api.cannot_find_prog_unit_error
217: (p_module_name => 'update_organization_account'
218: ,p_hook_type => 'BP'
219: );
220: end;

Line 254: when hr_api.cannot_find_prog_unit then

250: , p_currency_code => p_currency_code
251: , p_annual_salary_cap => p_annual_salary_cap
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_salary_cap_override'
257: ,p_hook_type => 'AP'
258: );

Line 255: hr_api.cannot_find_prog_unit_error

251: , p_annual_salary_cap => p_annual_salary_cap
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_salary_cap_override'
257: ,p_hook_type => 'AP'
258: );
259: end;

Line 264: raise hr_api.validate_enabled;

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

Line 273: when hr_api.validate_enabled then

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

Line 339: when hr_api.cannot_find_prog_unit then

335: psp_salary_cap_overrides_bk3.delete_salary_cap_override_b
336: ( p_salary_cap_override_id => p_salary_cap_override_id
337: );
338: exception
339: when hr_api.cannot_find_prog_unit then
340: hr_api.cannot_find_prog_unit_error
341: (p_module_name => 'delete_salary_cap_override'
342: ,p_hook_type => 'BP'
343: );

Line 340: hr_api.cannot_find_prog_unit_error

336: ( p_salary_cap_override_id => p_salary_cap_override_id
337: );
338: exception
339: when hr_api.cannot_find_prog_unit then
340: hr_api.cannot_find_prog_unit_error
341: (p_module_name => 'delete_salary_cap_override'
342: ,p_hook_type => 'BP'
343: );
344: end;

Line 370: when hr_api.cannot_find_prog_unit then

366: psp_salary_cap_overrides_bk3.delete_salary_cap_override_a
367: ( p_salary_cap_override_id => p_salary_cap_override_id
368: );
369: exception
370: when hr_api.cannot_find_prog_unit then
371: hr_api.cannot_find_prog_unit_error
372: (p_module_name => 'delete_salary_cap_override'
373: ,p_hook_type => 'AP'
374: );

Line 371: hr_api.cannot_find_prog_unit_error

367: ( p_salary_cap_override_id => p_salary_cap_override_id
368: );
369: exception
370: when hr_api.cannot_find_prog_unit then
371: hr_api.cannot_find_prog_unit_error
372: (p_module_name => 'delete_salary_cap_override'
373: ,p_hook_type => 'AP'
374: );
375: end;

Line 380: raise hr_api.validate_enabled;

376: --
377: -- When in validation only mode raise the Validate_Enabled exception
378: --
379: if p_validate then
380: raise hr_api.validate_enabled;
381: end if;
382: --
383: -- Set all IN OUT and OUT parameters with out values
384: --

Line 388: when hr_api.validate_enabled then

384: --
385: p_object_version_number := l_object_version_number;
386: hr_utility.set_location(' Leaving:'||l_proc, 70);
387: exception
388: when hr_api.validate_enabled then
389: --
390: -- As the Validate_Enabled exception has been raised
391: -- we must rollback to the savepoint
392: --