DBA Data[Home] [Help]

APPS.PAY_SEU_BUS dependencies on HR_UTILITY

Line 96: hr_utility.set_location('Entering:'||l_proc, 5);

92: l_proc varchar2(72) := g_package||'chk_element_type_id';
93: l_exists varchar2(1);
94: --
95: Begin
96: hr_utility.set_location('Entering:'||l_proc, 5);
97: --
98: -- Check that the element type is not null.
99: --
100: hr_api.mandatory_arg_error

Line 116: hr_utility.set_location('Leaving:'||l_proc, 10);

112: fnd_message.set_name('PAY', 'PAY_50095_ETM_INVALID_ELE_TYPE');
113: fnd_message.raise_error;
114: end if;
115: close c_element_type_exists;
116: hr_utility.set_location('Leaving:'||l_proc, 10);
117: End chk_element_type_id;
118: --
119: -- ----------------------------------------------------------------------------
120: -- |-------------------------< chk_inclusion_flag >---------------------------|

Line 133: hr_utility.set_location('Entering:'||l_proc, 5);

129: l_proc varchar2(72) := g_package||'chk_inclusion_flag';
130: l_api_updating boolean;
131: --
132: Begin
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: l_api_updating := pay_seu_shd.api_updating
135: (p_element_type_usage_id => p_element_type_usage_id
136: ,p_object_version_number => p_object_version_number
137: );

Line 166: hr_utility.set_location('Leaving:'||l_proc, 20);

162: fnd_message.set_token('COLUMN', 'INCLUSION_FLAG');
163: fnd_message.raise_error;
164: end if;
165: end if;
166: hr_utility.set_location('Leaving:'||l_proc, 20);
167: End chk_inclusion_flag;
168: --
169: -- ----------------------------------------------------------------------------
170: -- |--------------------------< chk_run_type_name >---------------------------|

Line 182: hr_utility.set_location('Entering:'||l_proc, 5);

178: l_proc varchar2(72) := g_package||'chk_run_type_name';
179: l_api_updating boolean;
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: l_api_updating := pay_seu_shd.api_updating
184: (p_element_type_usage_id => p_element_type_usage_id
185: ,p_object_version_number => p_object_version_number
186: );

Line 200: hr_utility.set_location('Leaving:'||l_proc, 10);

196: ,p_argument => 'RUN_TYPE_NAME'
197: ,p_argument_value => p_run_type_name
198: );
199: end if;
200: hr_utility.set_location('Leaving:'||l_proc, 10);
201: End chk_run_type_name;
202: --
203: -- ----------------------------------------------------------------------------
204: -- |------------------------< chk_exclusion_rule_id >-------------------------|

Line 228: hr_utility.set_location('Entering:'||l_proc, 5);

224: l_api_updating boolean;
225: l_valid varchar2(1);
226: --
227: Begin
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: l_api_updating := pay_seu_shd.api_updating
230: (p_element_type_usage_id => p_element_type_usage_id
231: ,p_object_version_number => p_object_version_number
232: );

Line 248: hr_utility.set_location('Leaving:'||l_proc, 10);

244: end if;
245: close c_exclusion_rule_is_valid;
246: end if;
247: end if;
248: hr_utility.set_location('Leaving:'||l_proc, 10);
249: End chk_exclusion_rule_id;
250: --
251: -- ----------------------------------------------------------------------------
252: -- |---------------------------< chk_delete >---------------------------------|

Line 270: hr_utility.set_location('Entering:'||l_proc, 5);

266: l_error exception;
267: l_exists varchar2(1);
268: --
269: Begin
270: hr_utility.set_location('Entering:'||l_proc, 5);
271: --
272: open c_core_objects;
273: fetch c_core_objects into l_exists;
274: if c_core_objects%found then

Line 279: hr_utility.set_location('Leaving:'||l_proc, 10);

275: close c_core_objects;
276: raise l_error;
277: end if;
278: close c_core_objects;
279: hr_utility.set_location('Leaving:'||l_proc, 10);
280: exception
281: when l_error then
282: fnd_message.set_name('PAY', 'PAY_50118_SEU_INVALID_DELETE');
283: fnd_message.raise_error;

Line 285: hr_utility.set_location('Leaving:'||l_proc, 15);

281: when l_error then
282: fnd_message.set_name('PAY', 'PAY_50118_SEU_INVALID_DELETE');
283: fnd_message.raise_error;
284: when others then
285: hr_utility.set_location('Leaving:'||l_proc, 15);
286: raise;
287: End chk_delete;
288: --
289: -- ----------------------------------------------------------------------------

Line 300: hr_utility.set_location('Entering:'||l_proc, 5);

296: --
297: l_proc varchar2(72) := g_package||'insert_validate';
298: --
299: Begin
300: hr_utility.set_location('Entering:'||l_proc, 5);
301: --
302: -- Call all supporting business operations
303: --
304: --

Line 328: hr_utility.set_location(' Leaving:'||l_proc, 10);

324: ,p_object_version_number => p_rec.object_version_number
325: );
326: --
327: --
328: hr_utility.set_location(' Leaving:'||l_proc, 10);
329: End insert_validate;
330: --
331: -- ----------------------------------------------------------------------------
332: -- |---------------------------< update_validate >----------------------------|

Line 342: hr_utility.set_location('Entering:'||l_proc, 5);

338: --
339: l_proc varchar2(72) := g_package||'update_validate';
340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: -- Call all supporting business operations
345: --
346: chk_non_updateable_args(p_rec);

Line 369: hr_utility.set_location(' Leaving:'||l_proc, 10);

365: ,p_object_version_number => p_rec.object_version_number
366: );
367: --
368: --
369: hr_utility.set_location(' Leaving:'||l_proc, 10);
370: End update_validate;
371: --
372: -- ----------------------------------------------------------------------------
373: -- |---------------------------< delete_validate >----------------------------|

Line 382: hr_utility.set_location('Entering:'||l_proc, 5);

378: --
379: l_proc varchar2(72) := g_package||'delete_validate';
380: --
381: Begin
382: hr_utility.set_location('Entering:'||l_proc, 5);
383: --
384: -- Call all supporting business operations
385: --
386: chk_delete(p_rec.element_type_usage_id);

Line 389: hr_utility.set_location(' Leaving:'||l_proc, 10);

385: --
386: chk_delete(p_rec.element_type_usage_id);
387: --
388: --
389: hr_utility.set_location(' Leaving:'||l_proc, 10);
390: End delete_validate;
391: --
392: end pay_seu_bus;