DBA Data[Home] [Help]

APPS.HR_ITF_BUS dependencies on HR_UTILITY

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

106: l_found varchar2(10);
107:
108: Begin
109:
110: hr_utility.set_location(' Entering:' || l_proc,10);
111:
112: hr_api.mandatory_arg_error
113: (p_api_name => l_proc
114: ,p_argument => 'TYPE'

Line 119: hr_utility.set_location('validating:'||l_proc,20);

115: ,p_argument_value => p_type
116: );
117:
118:
119: hr_utility.set_location('validating:'||l_proc,20);
120:
121: --Is it neccessary to validate against not_exists_in_fnd_lookups?
122:
123: if hr_api.not_exists_in_hrstanlookups

Line 132: hr_utility.set_location(' Leaving:' || l_proc,30);

128: fnd_message.set_name('PER', 'PER_449936_ITF_INT_TYPE_INVAL');
129: fnd_message.raise_error;
130: end if;
131:
132: hr_utility.set_location(' Leaving:' || l_proc,30);
133:
134: Exception
135: when app_exception.application_exception then
136: IF hr_multi_message.exception_add

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

136: IF hr_multi_message.exception_add
137: (p_associated_column1 => 'HR_KI_USER_INTERFACES.TYPE'
138: )
139: THEN
140: hr_utility.set_location(' Leaving:'|| l_proc,40);
141: raise;
142: END IF;
143:
144: hr_utility.set_location(' Leaving:'|| l_proc,50);

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

140: hr_utility.set_location(' Leaving:'|| l_proc,40);
141: raise;
142: END IF;
143:
144: hr_utility.set_location(' Leaving:'|| l_proc,50);
145: --
146: End chk_type;
147:
148: -- ----------------------------------------------------------------------------

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

203: l_found varchar2(10);
204:
205: Begin
206:
207: hr_utility.set_location(' Entering:' || l_proc,10);
208:
209:
210: -- the check for form_name is done independent of any previous errors
211: -- further checks which depend on type are done by checking if any errors

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

243:
244: end if;
245: end if;
246:
247: hr_utility.set_location(' Leaving:' || l_proc,20);
248:
249: Exception
250: when app_exception.application_exception then
251: IF hr_multi_message.exception_add

Line 255: hr_utility.set_location(' Leaving:'|| l_proc,30);

251: IF hr_multi_message.exception_add
252: (p_associated_column1 => 'HR_KI_USER_INTERFACES.FORM_NAME'
253: )
254: THEN
255: hr_utility.set_location(' Leaving:'|| l_proc,30);
256: raise;
257: END IF;
258:
259: hr_utility.set_location(' Leaving:'|| l_proc,40);

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

255: hr_utility.set_location(' Leaving:'|| l_proc,30);
256: raise;
257: END IF;
258:
259: hr_utility.set_location(' Leaving:'|| l_proc,40);
260: --
261: End chk_form_name;
262:
263: -- ----------------------------------------------------------------------------

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

318: l_found varchar2(10);
319:
320: Begin
321:
322: hr_utility.set_location(' Entering:' || l_proc,10);
323:
324: IF (p_type = g_ss_const or p_type = g_portal_const )THEN
325:
326: -- perform independent validation of page_region_code.

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

354: end if;
355: close csr_reg_unique_check;
356: end if;
357: end if;
358: hr_utility.set_location(' Leaving:'|| l_proc,20);
359:
360: Exception
361: when app_exception.application_exception then
362: IF hr_multi_message.exception_add

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

363: (p_associated_column1 => 'HR_KI_USER_INTERFACES.PAGE_REGION_CODE',
364: p_associated_column2 => 'HR_KI_USER_INTERFACES.REGION_CODE'
365: )
366: THEN
367: hr_utility.set_location(' Leaving:'|| l_proc,30);
368: raise;
369: END IF;
370:
371: hr_utility.set_location(' Leaving:'|| l_proc,40);

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

367: hr_utility.set_location(' Leaving:'|| l_proc,30);
368: raise;
369: END IF;
370:
371: hr_utility.set_location(' Leaving:'|| l_proc,40);
372: --
373: End chk_page_region_code;
374:
375: -- ----------------------------------------------------------------------------

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

412: l_found varchar2(10);
413:
414: Begin
415:
416: hr_utility.set_location(' Entering:' || l_proc,10);
417:
418: if hr_multi_message.no_exclusive_error
419: (p_check_column1 =>
420: 'HR_KI_USER_INTERFACES.TYPE'

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

441: end if;
442:
443: end if;
444:
445: hr_utility.set_location(' Leaving:'|| l_proc,20);
446:
447: Exception
448: when app_exception.application_exception then
449: IF hr_multi_message.exception_add

Line 455: hr_utility.set_location(' Leaving:'|| l_proc,30);

451: p_associated_column2 => 'HR_KI_USER_INTERFACES.FORM_NAME',
452: p_associated_column3 => 'HR_KI_USER_INTERFACES.PAGE_REGION_CODE'
453: )
454: THEN
455: hr_utility.set_location(' Leaving:'|| l_proc,30);
456: raise;
457: END IF;
458:
459: hr_utility.set_location(' Leaving:'|| l_proc,40);

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

455: hr_utility.set_location(' Leaving:'|| l_proc,30);
456: raise;
457: END IF;
458:
459: hr_utility.set_location(' Leaving:'|| l_proc,40);
460: --
461: End chk_valid_combination;
462:
463: -- ----------------------------------------------------------------------------

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

502: l_proc varchar2(72) := g_package ||'chk_delete';
503:
504: Begin
505:
506: hr_utility.set_location(' Entering:' || l_proc,10);
507:
508: open csr_hnm_id;
509: fetch csr_hnm_id into l_found;
510:

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

515: end if;
516:
517: close csr_hnm_id;
518:
519: hr_utility.set_location(' Leaving:' || l_proc,20);
520:
521: Exception
522: when app_exception.application_exception then
523: IF hr_multi_message.exception_add

Line 527: hr_utility.set_location(' Leaving:'|| l_proc,30);

523: IF hr_multi_message.exception_add
524: (p_associated_column1 =>
525: 'HR_KI_USER_INTERFACES.USER_INTERFACE_ID'
526: )THEN
527: hr_utility.set_location(' Leaving:'|| l_proc,30);
528: raise;
529: END IF;
530: hr_utility.set_location(' Leaving:'|| l_proc,40);
531:

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

526: )THEN
527: hr_utility.set_location(' Leaving:'|| l_proc,30);
528: raise;
529: END IF;
530: hr_utility.set_location(' Leaving:'|| l_proc,40);
531:
532: End chk_delete;
533: --
534: -- ----------------------------------------------------------------------------

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

541: --
542: l_proc varchar2(72) := g_package||'insert_validate';
543: --
544: Begin
545: hr_utility.set_location('Entering:'||l_proc, 5);
546: --
547: -- Call all supporting business operations
548: --
549: --

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

567: p_region_code => p_rec.region_code,
568: p_user_interface_id => ''
569: );
570:
571: hr_utility.set_location(' Leaving:'||l_proc, 10);
572: End insert_validate;
573: --
574: -- ----------------------------------------------------------------------------
575: -- |---------------------------< update_validate >----------------------------|

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

581: --
582: l_proc varchar2(72) := g_package||'update_validate';
583: --
584: Begin
585: hr_utility.set_location('Entering:'||l_proc, 5);
586: --
587: -- Call all supporting business operations
588: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."
589: --

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

613: p_user_interface_id => p_rec.user_interface_id
614: );
615: --
616: --
617: hr_utility.set_location(' Leaving:'||l_proc, 10);
618: End update_validate;
619: --
620: -- ----------------------------------------------------------------------------
621: -- |---------------------------< delete_validate >----------------------------|

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

626: --
627: l_proc varchar2(72) := g_package||'delete_validate';
628: --
629: Begin
630: hr_utility.set_location('Entering:'||l_proc, 5);
631: --
632: -- Call all supporting business operations
633: --
634: chk_delete(p_rec.user_interface_id);

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

632: -- Call all supporting business operations
633: --
634: chk_delete(p_rec.user_interface_id);
635:
636: hr_utility.set_location(' Leaving:'||l_proc, 10);
637: End delete_validate;
638: --
639: end hr_itf_bus;