DBA Data[Home] [Help]

APPS.PQH_CRITERIA_RATE_FACTORS_API dependencies on HR_API

Line 73: when hr_api.cannot_find_prog_unit then

69: ,p_business_group_id => p_business_group_id
70: ,p_legislation_code => p_legislation_code
71: );
72: exception
73: when hr_api.cannot_find_prog_unit then
74: hr_api.cannot_find_prog_unit_error
75: (p_module_name => 'create_criteria_rate_factor'
76: ,p_hook_type => 'BP'
77: );

Line 74: hr_api.cannot_find_prog_unit_error

70: ,p_legislation_code => p_legislation_code
71: );
72: exception
73: when hr_api.cannot_find_prog_unit then
74: hr_api.cannot_find_prog_unit_error
75: (p_module_name => 'create_criteria_rate_factor'
76: ,p_hook_type => 'BP'
77: );
78: end;

Line 131: when hr_api.cannot_find_prog_unit then

127: ,p_criteria_rate_factor_id => l_criteria_rate_factor_id
128: ,p_object_version_number => l_object_version_number
129: );
130: exception
131: when hr_api.cannot_find_prog_unit then
132: hr_api.cannot_find_prog_unit_error
133: (p_module_name => 'create_criteria_rate_factor'
134: ,p_hook_type => 'AP'
135: );

Line 132: hr_api.cannot_find_prog_unit_error

128: ,p_object_version_number => l_object_version_number
129: );
130: exception
131: when hr_api.cannot_find_prog_unit then
132: hr_api.cannot_find_prog_unit_error
133: (p_module_name => 'create_criteria_rate_factor'
134: ,p_hook_type => 'AP'
135: );
136: end;

Line 141: raise hr_api.validate_enabled;

137: --
138: -- When in validation only mode raise the Validate_Enabled exception
139: --
140: if p_validate then
141: raise hr_api.validate_enabled;
142: end if;
143: --
144: -- Set all IN OUT and OUT parameters with out values
145: --

Line 151: when hr_api.validate_enabled then

147: p_object_version_number := l_object_version_number;
148: --
149: hr_utility.set_location(' Leaving:'||l_proc, 70);
150: exception
151: when hr_api.validate_enabled then
152: --
153: -- As the Validate_Enabled exception has been raised
154: -- we must rollback to the savepoint
155: --

Line 193: ,p_criteria_rate_defn_id in number default hr_api.g_number

189: procedure update_criteria_rate_factor
190: (p_validate in boolean default false
191: ,p_effective_date in date
192: ,p_criteria_rate_factor_id in number
193: ,p_criteria_rate_defn_id in number default hr_api.g_number
194: ,p_parent_criteria_rate_defn_id in number default hr_api.g_number
195: ,p_parent_rate_matrix_id in number default hr_api.g_number
196: ,p_business_group_id in number default hr_api.g_number
197: ,p_legislation_code in varchar2 default hr_api.g_varchar2

Line 194: ,p_parent_criteria_rate_defn_id in number default hr_api.g_number

190: (p_validate in boolean default false
191: ,p_effective_date in date
192: ,p_criteria_rate_factor_id in number
193: ,p_criteria_rate_defn_id in number default hr_api.g_number
194: ,p_parent_criteria_rate_defn_id in number default hr_api.g_number
195: ,p_parent_rate_matrix_id in number default hr_api.g_number
196: ,p_business_group_id in number default hr_api.g_number
197: ,p_legislation_code in varchar2 default hr_api.g_varchar2
198: ,p_object_version_number in out nocopy number

Line 195: ,p_parent_rate_matrix_id in number default hr_api.g_number

191: ,p_effective_date in date
192: ,p_criteria_rate_factor_id in number
193: ,p_criteria_rate_defn_id in number default hr_api.g_number
194: ,p_parent_criteria_rate_defn_id in number default hr_api.g_number
195: ,p_parent_rate_matrix_id in number default hr_api.g_number
196: ,p_business_group_id in number default hr_api.g_number
197: ,p_legislation_code in varchar2 default hr_api.g_varchar2
198: ,p_object_version_number in out nocopy number
199: )is

Line 196: ,p_business_group_id in number default hr_api.g_number

192: ,p_criteria_rate_factor_id in number
193: ,p_criteria_rate_defn_id in number default hr_api.g_number
194: ,p_parent_criteria_rate_defn_id in number default hr_api.g_number
195: ,p_parent_rate_matrix_id in number default hr_api.g_number
196: ,p_business_group_id in number default hr_api.g_number
197: ,p_legislation_code in varchar2 default hr_api.g_varchar2
198: ,p_object_version_number in out nocopy number
199: )is
200: --

Line 197: ,p_legislation_code in varchar2 default hr_api.g_varchar2

193: ,p_criteria_rate_defn_id in number default hr_api.g_number
194: ,p_parent_criteria_rate_defn_id in number default hr_api.g_number
195: ,p_parent_rate_matrix_id in number default hr_api.g_number
196: ,p_business_group_id in number default hr_api.g_number
197: ,p_legislation_code in varchar2 default hr_api.g_varchar2
198: ,p_object_version_number in out nocopy number
199: )is
200: --
201: -- Declare cursors and local variables

Line 251: when hr_api.cannot_find_prog_unit then

247: ,p_legislation_code => p_legislation_code
248: ,p_object_version_number => l_object_version_number
249: );
250: exception
251: when hr_api.cannot_find_prog_unit then
252: hr_api.cannot_find_prog_unit_error
253: (p_module_name => 'update_criteria_rate_factor'
254: ,p_hook_type => 'BP'
255: );

Line 252: hr_api.cannot_find_prog_unit_error

248: ,p_object_version_number => l_object_version_number
249: );
250: exception
251: when hr_api.cannot_find_prog_unit then
252: hr_api.cannot_find_prog_unit_error
253: (p_module_name => 'update_criteria_rate_factor'
254: ,p_hook_type => 'BP'
255: );
256: end;

Line 292: when hr_api.cannot_find_prog_unit then

288: ,p_legislation_code => p_legislation_code
289: ,p_object_version_number => l_object_version_number
290: );
291: exception
292: when hr_api.cannot_find_prog_unit then
293: hr_api.cannot_find_prog_unit_error
294: (p_module_name => 'update_criteria_rate_factor'
295: ,p_hook_type => 'AP'
296: );

Line 293: hr_api.cannot_find_prog_unit_error

289: ,p_object_version_number => l_object_version_number
290: );
291: exception
292: when hr_api.cannot_find_prog_unit then
293: hr_api.cannot_find_prog_unit_error
294: (p_module_name => 'update_criteria_rate_factor'
295: ,p_hook_type => 'AP'
296: );
297: end;

Line 302: raise hr_api.validate_enabled;

298: --
299: -- When in validation only mode raise the Validate_Enabled exception
300: --
301: if p_validate then
302: raise hr_api.validate_enabled;
303: end if;
304: --
305: -- Set all IN OUT and OUT parameters with out values
306: --

Line 311: when hr_api.validate_enabled then

307: p_object_version_number := l_object_version_number;
308: --
309: hr_utility.set_location(' Leaving:'||l_proc, 70);
310: exception
311: when hr_api.validate_enabled then
312: --
313: -- As the Validate_Enabled exception has been raised
314: -- we must rollback to the savepoint
315: --

Line 381: when hr_api.cannot_find_prog_unit then

377: ,p_criteria_rate_factor_id => p_criteria_rate_factor_id
378: ,p_object_version_number => p_object_version_number
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_criteria_rate_factor'
384: ,p_hook_type => 'BP'
385: );

Line 382: hr_api.cannot_find_prog_unit_error

378: ,p_object_version_number => p_object_version_number
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_criteria_rate_factor'
384: ,p_hook_type => 'BP'
385: );
386: end;

Line 413: when hr_api.cannot_find_prog_unit then

409: ,p_criteria_rate_factor_id => p_criteria_rate_factor_id
410: ,p_object_version_number => p_object_version_number
411: );
412: exception
413: when hr_api.cannot_find_prog_unit then
414: hr_api.cannot_find_prog_unit_error
415: (p_module_name => 'delete_criteria_rate_factor'
416: ,p_hook_type => 'AP'
417: );

Line 414: hr_api.cannot_find_prog_unit_error

410: ,p_object_version_number => p_object_version_number
411: );
412: exception
413: when hr_api.cannot_find_prog_unit then
414: hr_api.cannot_find_prog_unit_error
415: (p_module_name => 'delete_criteria_rate_factor'
416: ,p_hook_type => 'AP'
417: );
418: end;

Line 423: raise hr_api.validate_enabled;

419: --
420: -- When in validation only mode raise the Validate_Enabled exception
421: --
422: if p_validate then
423: raise hr_api.validate_enabled;
424: end if;
425: --
426: -- Set all IN OUT and OUT parameters with out values
427: --

Line 431: when hr_api.validate_enabled then

427: --
428: --
429: hr_utility.set_location(' Leaving:'||l_proc, 70);
430: exception
431: when hr_api.validate_enabled then
432: --
433: -- As the Validate_Enabled exception has been raised
434: -- we must rollback to the savepoint
435: --