DBA Data[Home] [Help]

APPS.HXC_BUILDING_BLOCK_API dependencies on HR_API

Line 199: when hr_api.cannot_find_prog_unit then

195: ,p_translation_display_key => p_translation_display_key
196: );
197:
198: exception
199: when hr_api.cannot_find_prog_unit then
200: hr_api.cannot_find_prog_unit_error
201: (p_module_name => 'create_building_block'
202: ,p_hook_type => 'BP'
203: );

Line 200: hr_api.cannot_find_prog_unit_error

196: );
197:
198: exception
199: when hr_api.cannot_find_prog_unit then
200: hr_api.cannot_find_prog_unit_error
201: (p_module_name => 'create_building_block'
202: ,p_hook_type => 'BP'
203: );
204: end;

Line 366: when hr_api.cannot_find_prog_unit then

362: ,p_translation_display_key => p_translation_display_key
363: );
364:
365: exception
366: when hr_api.cannot_find_prog_unit then
367: hr_api.cannot_find_prog_unit_error
368: (p_module_name => 'create_building_block'
369: ,p_hook_type => 'AP'
370: );

Line 367: hr_api.cannot_find_prog_unit_error

363: );
364:
365: exception
366: when hr_api.cannot_find_prog_unit then
367: hr_api.cannot_find_prog_unit_error
368: (p_module_name => 'create_building_block'
369: ,p_hook_type => 'AP'
370: );
371: end;

Line 374: raise hr_api.validate_enabled;

370: );
371: end;
372:
373: if p_validate then
374: raise hr_api.validate_enabled;
375: end if;
376:
377: -- set out parameters
378: p_object_version_number := l_object_version_number;

Line 386: when hr_api.validate_enabled then

382: hr_utility.set_location(' Leaving:'||l_proc, 20);
383: end if;
384:
385: exception
386: when hr_api.validate_enabled then
387: rollback to create_building_block;
388: when others then
389: raise;
390:

Line 496: when hr_api.cannot_find_prog_unit then

492: ,p_translation_display_key => p_translation_display_key
493: );
494:
495: exception
496: when hr_api.cannot_find_prog_unit then
497: hr_api.cannot_find_prog_unit_error
498: (p_module_name => 'create_building_block'
499: ,p_hook_type => 'BP'
500: );

Line 497: hr_api.cannot_find_prog_unit_error

493: );
494:
495: exception
496: when hr_api.cannot_find_prog_unit then
497: hr_api.cannot_find_prog_unit_error
498: (p_module_name => 'create_building_block'
499: ,p_hook_type => 'BP'
500: );
501: end;

Line 556: when hr_api.cannot_find_prog_unit then

552: ,p_translation_display_key => p_translation_display_key
553: );
554:
555: exception
556: when hr_api.cannot_find_prog_unit then
557: hr_api.cannot_find_prog_unit_error
558: (p_module_name => 'create_building_block'
559: ,p_hook_type => 'AP'
560: );

Line 557: hr_api.cannot_find_prog_unit_error

553: );
554:
555: exception
556: when hr_api.cannot_find_prog_unit then
557: hr_api.cannot_find_prog_unit_error
558: (p_module_name => 'create_building_block'
559: ,p_hook_type => 'AP'
560: );
561: end;

Line 564: raise hr_api.validate_enabled;

560: );
561: end;
562:
563: if p_validate then
564: raise hr_api.validate_enabled;
565: end if;
566:
567: -- set out parameters
568: p_object_version_number := l_object_version_number;

Line 576: when hr_api.validate_enabled then

572: hr_utility.set_location(' Leaving:'||l_proc, 20);
573: end if;
574:
575: exception
576: when hr_api.validate_enabled then
577: rollback to create_reversing_entry;
578: when others then
579: raise;
580:

Line 662: raise hr_api.validate_enabled;

658: ,p_object_version_number => l_object_version_number
659: );
660:
661: if p_validate then
662: raise hr_api.validate_enabled;
663: end if;
664:
665: -- set out parameters
666: p_object_version_number := l_object_version_number;

Line 673: when hr_api.validate_enabled then

669: hr_utility.set_location(' Leaving:'||l_proc, 20);
670: end if;
671:
672: exception
673: when hr_api.validate_enabled then
674: rollback to update_building_block;
675: when others then
676: raise;
677:

Line 742: when hr_api.cannot_find_prog_unit then

738: hxc_building_block_api_bk3.delete_building_block_b
739: (p_effective_date => p_effective_date);
740:
741: exception
742: when hr_api.cannot_find_prog_unit then
743: hr_api.cannot_find_prog_unit_error
744: (p_module_name => 'delete_building_block',
745: p_hook_type => 'BP'
746: );

Line 743: hr_api.cannot_find_prog_unit_error

739: (p_effective_date => p_effective_date);
740:
741: exception
742: when hr_api.cannot_find_prog_unit then
743: hr_api.cannot_find_prog_unit_error
744: (p_module_name => 'delete_building_block',
745: p_hook_type => 'BP'
746: );
747: end;

Line 829: when hr_api.cannot_find_prog_unit then

825: p_object_version_number => l_object_version_number
826: );
827:
828: exception
829: when hr_api.cannot_find_prog_unit then
830: hr_api.cannot_find_prog_unit_error
831: (p_module_name => 'delete_building_block',
832: p_hook_type => 'AP'
833: );

Line 830: hr_api.cannot_find_prog_unit_error

826: );
827:
828: exception
829: when hr_api.cannot_find_prog_unit then
830: hr_api.cannot_find_prog_unit_error
831: (p_module_name => 'delete_building_block',
832: p_hook_type => 'AP'
833: );
834: end;

Line 837: raise hr_api.validate_enabled;

833: );
834: end;
835:
836: if p_validate then
837: raise hr_api.validate_enabled;
838: end if;
839:
840: p_object_version_number := (l_max_ovn +1);
841:

Line 843: when hr_api.validate_enabled then

839:
840: p_object_version_number := (l_max_ovn +1);
841:
842: exception
843: when hr_api.validate_enabled then
844: rollback to delete_building_block;
845: when others then
846: raise;
847: