DBA Data[Home] [Help]

APPS.PAY_PPE_BUS dependencies on HR_UTILITY

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

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

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

71: hr_api.set_security_group_id
72: (p_security_group_id => l_security_group_id
73: );
74: --
75: hr_utility.set_location(' Leaving:'|| l_proc, 20);
76: --
77: end set_security_group_id;
78: --
79: -- ---------------------------------------------------------------------------

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

104: l_proc varchar2(72) := g_package||'return_legislation_code';
105: --
106: Begin
107: --
108: hr_utility.set_location('Entering:'|| l_proc, 10);
109: --
110: -- Ensure that all the mandatory parameter are not null
111: --
112: hr_api.mandatory_arg_error

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

122: -- call to this function. Just return the value in the global
123: -- variable.
124: --
125: l_legislation_code := pay_ppe_bus.g_legislation_code;
126: hr_utility.set_location(l_proc, 20);
127: else
128: --
129: -- The ID is different to the last call to this function
130: -- or this is the first call to this function.

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

139: close csr_leg_code;
140: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
141: fnd_message.raise_error;
142: end if;
143: hr_utility.set_location(l_proc,30);
144: --
145: -- Set the global variables so the values are
146: -- available for the next call to this function.
147: --

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

148: close csr_leg_code;
149: pay_ppe_bus.g_process_event_id := p_process_event_id;
150: pay_ppe_bus.g_legislation_code := l_legislation_code;
151: end if;
152: hr_utility.set_location(' Leaving:'|| l_proc, 40);
153: return l_legislation_code;
154: end return_legislation_code;
155: --
156: -- ----------------------------------------------------------------------------

Line 206: hr_utility.set_location(l_proc, 15);

202: fnd_message.set_token('STEP ', '5');
203: fnd_message.raise_error;
204: END IF;
205: --
206: hr_utility.set_location(l_proc, 15);
207: --
208: -- p_assignment_id
209: --
210: if nvl(p_rec.assignment_id, hr_api.g_number) <>

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

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

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

347: close csr_assignment_exists;
348: fnd_message.set_name('PAY','HR_xxxx_INVALID_ASSIGNMENT_ID');
349: fnd_message.raise_error;
350: end if;
351: hr_utility.set_location(l_proc,30);
352: --
353: -- Set the global variables so the values are
354: -- available for the next call to this function.
355: --

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

400: fnd_message.set_name('PAY','HR_xxxx_INVALID_STATUS_TYPE');
401: fnd_message.raise_error;
402: end if;
403:
404: hr_utility.set_location(l_proc,30);
405: --
406: -- Set the global variables so the values are
407: -- available for the next call to this function.
408: --

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

417: --
418: l_proc varchar2(72) := g_package||'insert_validate';
419: --
420: Begin
421: hr_utility.set_location('Entering:'||l_proc, 5);
422: --
423: -- Call all supporting business operations
424: --
425: -- dont have PK at this point on insert

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

439: chk_assignment_exists
440: (p_rec => p_rec
441: );
442:
443: hr_utility.set_location(' Leaving:'||l_proc, 10);
444: End insert_validate;
445: --
446: -- ----------------------------------------------------------------------------
447: -- |---------------------------< update_validate >----------------------------|

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

452: --
453: l_proc varchar2(72) := g_package||'update_validate';
454: --
455: Begin
456: hr_utility.set_location('Entering:'||l_proc, 5);
457: --
458: -- Call all supporting business operations
459: --
460: pay_ppe_bus.set_security_group_id

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

476: chk_assignment_exists
477: (p_rec => p_rec
478: );
479: --
480: hr_utility.set_location(' Leaving:'||l_proc, 10);
481: End update_validate;
482: --
483: -- ----------------------------------------------------------------------------
484: -- |---------------------------< delete_validate >----------------------------|

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

489: --
490: l_proc varchar2(72) := g_package||'delete_validate';
491: --
492: Begin
493: hr_utility.set_location('Entering:'||l_proc, 5);
494: --
495: -- Call all supporting business operations
496: --
497: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

493: hr_utility.set_location('Entering:'||l_proc, 5);
494: --
495: -- Call all supporting business operations
496: --
497: hr_utility.set_location(' Leaving:'||l_proc, 10);
498: End delete_validate;
499: --
500: end pay_ppe_bus;