DBA Data[Home] [Help]

APPS.FF_FFP_BUS dependencies on HR_UTILITY

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

50: l_legislation_code varchar2(150);
51: --
52: begin
53: --
54: hr_utility.set_location('Entering:'|| l_proc, 10);
55: --
56: -- Ensure that all the mandatory parameter are not null
57: --
58: hr_api.mandatory_arg_error

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

97: --
98: hr_api.set_legislation_context(l_legislation_code);
99: end if;
100: --
101: hr_utility.set_location(' Leaving:'|| l_proc, 20);
102: --
103: end set_security_group_id;
104: --
105: -- ---------------------------------------------------------------------------

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

135: l_proc varchar2(72) := g_package||'return_legislation_code';
136: --
137: Begin
138: --
139: hr_utility.set_location('Entering:'|| l_proc, 10);
140: --
141: -- Ensure that all the mandatory parameter are not null
142: --
143: hr_api.mandatory_arg_error

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

160: -- call to this function. Just return the value in the global
161: -- variable.
162: --
163: l_legislation_code := ff_ffp_bus.g_legislation_code;
164: hr_utility.set_location(l_proc, 20);
165: else
166: --
167: -- The ID is different to the last call to this function
168: -- or this is the first call to this function.

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

177: close csr_leg_code;
178: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
179: fnd_message.raise_error;
180: end if;
181: hr_utility.set_location(l_proc,30);
182: --
183: -- Set the global variables so the values are
184: -- available for the next call to this function.
185: --

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

187: ff_ffp_bus.g_function_id := p_function_id;
188: ff_ffp_bus.g_sequence_number := p_sequence_number;
189: ff_ffp_bus.g_legislation_code := l_legislation_code;
190: end if;
191: hr_utility.set_location(' Leaving:'|| l_proc, 40);
192: return l_legislation_code;
193: end return_legislation_code;
194: --
195: -- ----------------------------------------------------------------------------

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

264: l_exists varchar2(1);
265:
266: begin
267: --
268: hr_utility.set_location('Entering:'|| l_proc, 10);
269: --
270: -- FUNCTION_ID is mandatory.
271: --
272: hr_api.mandatory_arg_error

Line 286: hr_utility.set_location('Entering:'|| l_proc, 20);

282: ff_ffp_shd.constraint_error('FF_FUNCTION_PARAMETERS_FK1');
283: end if;
284: close csr_function_id;
285: --
286: hr_utility.set_location('Entering:'|| l_proc, 20);
287: --
288: exception
289: when app_exception.application_exception then
290: if hr_multi_message.exception_add

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

310: l_proc varchar2(100) := g_package || 'chk_class';
311: --
312: begin
313: --
314: hr_utility.set_location('Entering:'|| l_proc, 10);
315: --
316: -- CLASS is mandatory.
317: --
318: hr_api.mandatory_arg_error

Line 332: hr_utility.set_location('Entering:'|| l_proc, 20);

328: ) then
329: ff_ffp_shd.constraint_error('FF_FP_CLASS_CHK');
330: end if;
331: --
332: hr_utility.set_location('Entering:'|| l_proc, 20);
333: --
334: exception
335: when app_exception.application_exception then
336: if hr_multi_message.exception_add

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

351: l_proc varchar2(100) := g_package || 'chk_data_type';
352: --
353: begin
354: --
355: hr_utility.set_location('Entering:'|| l_proc, 10);
356: --
357: -- DATA_TYPE is mandatory.
358: --
359: hr_api.mandatory_arg_error

Line 373: hr_utility.set_location('Entering:'|| l_proc, 20);

369: ) then
370: ff_ffp_shd.constraint_error('FF_FP_DATA_TYPE_CHK');
371: end if;
372: --
373: hr_utility.set_location('Entering:'|| l_proc, 20);
374: --
375: exception
376: when app_exception.application_exception then
377: if hr_multi_message.exception_add

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

393: l_name varchar2(80);
394: --
395: begin
396: --
397: hr_utility.set_location('Entering:'|| l_proc, 10);
398: --
399: -- NAME is mandatory.
400: --
401: hr_api.mandatory_arg_error

Line 419: hr_utility.set_location('Entering:'|| l_proc, 20);

415: dummy,
416: null);
417: end if;
418: --
419: hr_utility.set_location('Entering:'|| l_proc, 20);
420: --
421: exception
422: when app_exception.application_exception then
423: if hr_multi_message.exception_add

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

439: l_proc varchar2(100) := g_package || 'chk_optional';
440: --
441: begin
442: --
443: hr_utility.set_location('Entering:'|| l_proc, 10);
444: --
445: -- OPTIONAL is mandatory.
446: --
447: hr_api.mandatory_arg_error

Line 473: hr_utility.set_location('Entering:'|| l_proc, 20);

469: end if;
470:
471: end if;
472: --
473: hr_utility.set_location('Entering:'|| l_proc, 20);
474: --
475: exception
476: when app_exception.application_exception then
477: if hr_multi_message.exception_add

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

494: l_proc varchar2(100) := g_package || 'chk_continuing_parameter';
495: --
496: begin
497: --
498: hr_utility.set_location('Entering:'|| l_proc, 10);
499: --
500: -- CONTINUING_PARAMETER is mandatory.
501: --
502: hr_api.mandatory_arg_error

Line 528: hr_utility.set_location('Entering:'|| l_proc, 20);

524: end if;
525:
526: end if;
527: --
528: hr_utility.set_location('Entering:'|| l_proc, 20);
529: --
530: exception
531: when app_exception.application_exception then
532: if hr_multi_message.exception_add

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

654: l_business_group_id ff_functions.business_group_id%type;
655: l_legislation_code ff_functions.legislation_code%type;
656: --
657: Begin
658: hr_utility.set_location('Entering:'||l_proc, 5);
659: --
660: -- Call all supporting business operations
661: --
662: -----------------------------------------------------------------------------

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

699: ,p_continuing_parameter => p_rec.continuing_parameter
700: );
701:
702: --
703: hr_utility.set_location(' Leaving:'||l_proc, 10);
704: End insert_validate;
705: --
706: -- ----------------------------------------------------------------------------
707: -- |---------------------------< update_validate >----------------------------|

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

721: l_legislation_code ff_functions.legislation_code%type;
722: l_proc varchar2(72) := g_package||'update_validate';
723: --
724: Begin
725: hr_utility.set_location('Entering:'||l_proc, 5);
726: --
727: -- Call all supporting business operations
728: --
729: -----------------------------------------------------------------------------

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

771: ,p_rec => p_rec
772: );
773: --
774: --
775: hr_utility.set_location(' Leaving:'||l_proc, 10);
776: End update_validate;
777: --
778: -- ----------------------------------------------------------------------------
779: -- |---------------------------< delete_validate >----------------------------|

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

792: l_legislation_code ff_functions.legislation_code%type;
793: l_proc varchar2(72) := g_package||'delete_validate';
794: --
795: Begin
796: hr_utility.set_location('Entering:'||l_proc, 5);
797: --
798: -----------------------------------------------------------------------------
799: chk_function_id(p_function_id => p_rec.function_id);
800: -----------------------------------------------------------------------------

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

809:
810: --
811: -- Call all supporting business operations
812: --
813: hr_utility.set_location(' Leaving:'||l_proc, 10);
814: End delete_validate;
815: --
816: end ff_ffp_bus;