DBA Data[Home] [Help]

APPS.PAY_PEV_BUS dependencies on HR_UTILITY

Line 40: hr_utility.set_location('Entering:'|| l_proc, 10);

36: l_proc varchar2(72) := g_package||'set_security_group_id';
37: --
38: begin
39: --
40: hr_utility.set_location('Entering:'|| l_proc, 10);
41: --
42: -- Ensure that all the mandatory parameter are not null
43: --
44: hr_api.mandatory_arg_error

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

67: hr_api.set_security_group_id
68: (p_security_group_id => l_security_group_id
69: );
70: --
71: hr_utility.set_location(' Leaving:'|| l_proc, 20);
72: --
73: end set_security_group_id;
74: --
75: -- ---------------------------------------------------------------------------

Line 100: hr_utility.set_location('Entering:'|| l_proc, 10);

96: l_proc varchar2(72) := g_package||'return_legislation_code';
97: --
98: Begin
99: --
100: hr_utility.set_location('Entering:'|| l_proc, 10);
101: --
102: -- Ensure that all the mandatory parameter are not null
103: --
104: hr_api.mandatory_arg_error

Line 118: hr_utility.set_location(l_proc, 20);

114: -- call to this function. Just return the value in the global
115: -- variable.
116: --
117: l_legislation_code := pay_pev_bus.g_legislation_code;
118: hr_utility.set_location(l_proc, 20);
119: else
120: --
121: -- The ID is different to the last call to this function
122: -- or this is the first call to this function.

Line 135: hr_utility.set_location(l_proc,30);

131: close csr_leg_code;
132: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
133: fnd_message.raise_error;
134: end if;
135: hr_utility.set_location(l_proc,30);
136: --
137: -- Set the global variables so the values are
138: -- available for the next call to this function.
139: --

Line 144: hr_utility.set_location(' Leaving:'|| l_proc, 40);

140: close csr_leg_code;
141: pay_pev_bus.g_process_event_id := p_process_event_id;
142: pay_pev_bus.g_legislation_code := l_legislation_code;
143: end if;
144: hr_utility.set_location(' Leaving:'|| l_proc, 40);
145: return l_legislation_code;
146: end return_legislation_code;
147: --
148: -- ----------------------------------------------------------------------------

Line 286: hr_utility.set_location(l_proc,30);

282: --
283: fnd_message.set_name('PAY','HR_xxxx_INVALID_EVENT_TYPE');
284: fnd_message.raise_error;
285: end if;
286: hr_utility.set_location(l_proc,30);
287: --
288: -- Set the global variables so the values are
289: -- available for the next call to this function.
290: --

Line 338: hr_utility.set_location(l_proc,30);

334: fnd_message.set_name('PAY','HR_xxxx_INVALID_STATUS_TYPE');
335: fnd_message.raise_error;
336: end if;
337:
338: hr_utility.set_location(l_proc,30);
339: --
340: -- Set the global variables so the values are
341: -- available for the next call to this function.
342: --

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

351: --
352: l_proc varchar2(72) := g_package||'insert_validate';
353: --
354: Begin
355: hr_utility.set_location('Entering:'||l_proc, 5);
356: --
357: --hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
358: --
359: chk_change_type

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

363: chk_status
364: (p_rec => p_rec
365: );
366: --
367: hr_utility.set_location(' Leaving:'||l_proc, 10);
368: End insert_validate;
369: --
370: -- ----------------------------------------------------------------------------
371: -- |---------------------------< update_validate >----------------------------|

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

376: --
377: l_proc varchar2(72) := g_package||'update_validate';
378: --
379: Begin
380: hr_utility.set_location('Entering:'||l_proc, 5);
381: --
382: --hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
383: --
384: chk_non_updateable_args

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

392: chk_status
393: (p_rec => p_rec
394: );
395: --
396: hr_utility.set_location(' Leaving:'||l_proc, 10);
397: End update_validate;
398: --
399: -- ----------------------------------------------------------------------------
400: -- |---------------------------< delete_validate >----------------------------|

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

405: --
406: l_proc varchar2(72) := g_package||'delete_validate';
407: --
408: Begin
409: hr_utility.set_location('Entering:'||l_proc, 5);
410: --
411: -- Call all supporting business operations
412: --
413: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

409: hr_utility.set_location('Entering:'||l_proc, 5);
410: --
411: -- Call all supporting business operations
412: --
413: hr_utility.set_location(' Leaving:'||l_proc, 10);
414: End delete_validate;
415: --
416: end pay_pev_bus;