DBA Data[Home] [Help]

APPS.PAY_ECU_API dependencies on HR_API

Line 42: when hr_api.cannot_find_prog_unit then

38: ,p_business_group_id => p_business_group_id
39: ,p_legislation_code => p_legislation_code
40: );
41: exception
42: when hr_api.cannot_find_prog_unit then
43: hr_api.cannot_find_prog_unit_error
44: (p_module_name => 'create_ele_class_usages'
45: ,p_hook_type => 'BP');
46: --

Line 43: hr_api.cannot_find_prog_unit_error

39: ,p_legislation_code => p_legislation_code
40: );
41: exception
42: when hr_api.cannot_find_prog_unit then
43: hr_api.cannot_find_prog_unit_error
44: (p_module_name => 'create_ele_class_usages'
45: ,p_hook_type => 'BP');
46: --
47: end;

Line 73: when hr_api.cannot_find_prog_unit then

69: ,p_object_version_number => l_object_version_number
70: ,p_effective_start_date => l_effective_start_date
71: ,p_effective_end_date => l_effective_end_date);
72: exception
73: when hr_api.cannot_find_prog_unit then
74: hr_api.cannot_find_prog_unit_error
75: (p_module_name => 'create_ele_class_usages'
76: ,p_hook_type => 'AP');
77: end;

Line 74: hr_api.cannot_find_prog_unit_error

70: ,p_effective_start_date => l_effective_start_date
71: ,p_effective_end_date => l_effective_end_date);
72: exception
73: when hr_api.cannot_find_prog_unit then
74: hr_api.cannot_find_prog_unit_error
75: (p_module_name => 'create_ele_class_usages'
76: ,p_hook_type => 'AP');
77: end;
78: if(p_validate) then

Line 80: raise hr_api.validate_enabled;

76: ,p_hook_type => 'AP');
77: end;
78: if(p_validate) then
79: --
80: raise hr_api.validate_enabled;
81: --
82: end if;
83:
84: hr_utility.set_location(l_proc,30);

Line 93: WHEN hr_api.validate_enabled then

89: p_effective_end_date := l_effective_end_date;
90: --
91: hr_utility.set_location(' Leaving:'||l_proc, 70);
92: EXCEPTION
93: WHEN hr_api.validate_enabled then
94: --
95: ROLLBACK TO create_ele_class_usages;
96: p_element_class_usage_id := null;
97: p_object_version_number := null;

Line 122: ,p_run_type_id in number default hr_api.g_number

118: procedure UPDATE_ELE_CLASS_USAGES
119: (p_validate in boolean default false
120: ,p_effective_date in date
121: ,p_datetrack_mode in varchar2
122: ,p_run_type_id in number default hr_api.g_number
123: ,p_classification_id in number default hr_api.g_number
124: ,p_business_group_id in number default hr_api.g_number
125: ,p_legislation_code in varchar2 default hr_api.g_varchar2
126: ,p_element_class_usage_id in out nocopy number

Line 123: ,p_classification_id in number default hr_api.g_number

119: (p_validate in boolean default false
120: ,p_effective_date in date
121: ,p_datetrack_mode in varchar2
122: ,p_run_type_id in number default hr_api.g_number
123: ,p_classification_id in number default hr_api.g_number
124: ,p_business_group_id in number default hr_api.g_number
125: ,p_legislation_code in varchar2 default hr_api.g_varchar2
126: ,p_element_class_usage_id in out nocopy number
127: ,p_object_version_number in out nocopy number

Line 124: ,p_business_group_id in number default hr_api.g_number

120: ,p_effective_date in date
121: ,p_datetrack_mode in varchar2
122: ,p_run_type_id in number default hr_api.g_number
123: ,p_classification_id in number default hr_api.g_number
124: ,p_business_group_id in number default hr_api.g_number
125: ,p_legislation_code in varchar2 default hr_api.g_varchar2
126: ,p_element_class_usage_id in out nocopy number
127: ,p_object_version_number in out nocopy number
128: ,p_effective_start_date out nocopy date

Line 125: ,p_legislation_code in varchar2 default hr_api.g_varchar2

121: ,p_datetrack_mode in varchar2
122: ,p_run_type_id in number default hr_api.g_number
123: ,p_classification_id in number default hr_api.g_number
124: ,p_business_group_id in number default hr_api.g_number
125: ,p_legislation_code in varchar2 default hr_api.g_varchar2
126: ,p_element_class_usage_id in out nocopy number
127: ,p_object_version_number in out nocopy number
128: ,p_effective_start_date out nocopy date
129: ,p_effective_end_date out nocopy date

Line 166: when hr_api.cannot_find_prog_unit then

162: ,p_legislation_code => p_legislation_code
163: ,p_object_version_number => p_object_version_number
164: );
165: exception
166: when hr_api.cannot_find_prog_unit then
167: hr_api.cannot_find_prog_unit_error
168: (p_module_name => 'update_ele_class_usages'
169: ,p_hook_type => 'BP');
170: --

Line 167: hr_api.cannot_find_prog_unit_error

163: ,p_object_version_number => p_object_version_number
164: );
165: exception
166: when hr_api.cannot_find_prog_unit then
167: hr_api.cannot_find_prog_unit_error
168: (p_module_name => 'update_ele_class_usages'
169: ,p_hook_type => 'BP');
170: --
171: end;

Line 202: when hr_api.cannot_find_prog_unit then

198: ,p_effective_start_date => l_effective_start_date
199: ,p_effective_end_date => l_effective_end_date);
200:
201: exception
202: when hr_api.cannot_find_prog_unit then
203: hr_api.cannot_find_prog_unit_error
204: (p_module_name => 'update_ele_class_usages'
205: ,p_hook_type => 'AP');
206: --

Line 203: hr_api.cannot_find_prog_unit_error

199: ,p_effective_end_date => l_effective_end_date);
200:
201: exception
202: when hr_api.cannot_find_prog_unit then
203: hr_api.cannot_find_prog_unit_error
204: (p_module_name => 'update_ele_class_usages'
205: ,p_hook_type => 'AP');
206: --
207: end;

Line 211: raise hr_api.validate_enabled;

207: end;
208: --
209: if(p_validate) then
210: --
211: raise hr_api.validate_enabled;
212: --
213: end if;
214:
215: hr_utility.set_location(l_proc,30);

Line 224: WHEN hr_api.validate_enabled then

220: p_effective_end_date := l_effective_end_date;
221: --
222: hr_utility.set_location(' Leaving:'||l_proc, 70);
223: EXCEPTION
224: WHEN hr_api.validate_enabled then
225: --
226: ROLLBACK TO update_ele_class_usages;
227: p_element_class_usage_id := l_in_out_ele_class_usage_id;
228: p_object_version_number := l_in_out_object_version_number;

Line 286: when hr_api.cannot_find_prog_unit then

282: ,p_element_class_usage_id => p_element_class_usage_id
283: ,p_object_version_number => p_object_version_number
284: );
285: exception
286: when hr_api.cannot_find_prog_unit then
287: hr_api.cannot_find_prog_unit_error
288: (p_module_name => 'delete_ele_class_usages'
289: ,p_hook_type => 'BP');
290: --

Line 287: hr_api.cannot_find_prog_unit_error

283: ,p_object_version_number => p_object_version_number
284: );
285: exception
286: when hr_api.cannot_find_prog_unit then
287: hr_api.cannot_find_prog_unit_error
288: (p_module_name => 'delete_ele_class_usages'
289: ,p_hook_type => 'BP');
290: --
291: end;

Line 313: when hr_api.cannot_find_prog_unit then

309: ,p_effective_start_date => l_effective_start_date
310: ,p_effective_end_date => l_effective_end_date);
311:
312: exception
313: when hr_api.cannot_find_prog_unit then
314: hr_api.cannot_find_prog_unit_error
315: (p_module_name => 'delete_ele_class_usages'
316: ,p_hook_type => 'AP');
317: --

Line 314: hr_api.cannot_find_prog_unit_error

310: ,p_effective_end_date => l_effective_end_date);
311:
312: exception
313: when hr_api.cannot_find_prog_unit then
314: hr_api.cannot_find_prog_unit_error
315: (p_module_name => 'delete_ele_class_usages'
316: ,p_hook_type => 'AP');
317: --
318: end;

Line 322: raise hr_api.validate_enabled;

318: end;
319: --
320: if(p_validate) then
321: --
322: raise hr_api.validate_enabled;
323: --
324: end if;
325:
326: hr_utility.set_location(l_proc,30);

Line 333: WHEN hr_api.validate_enabled then

329: p_effective_end_date := l_effective_end_date;
330:
331: hr_utility.set_location(' Leaving:'||l_proc, 70);
332: EXCEPTION
333: WHEN hr_api.validate_enabled then
334: --
335: ROLLBACK TO delete_ele_class_usages;
336: p_object_version_number := l_in_out_object_version_number;
337: p_effective_start_date := null;