DBA Data[Home] [Help]

APPS.PQP_VEHICLE_REPOSITORY_API dependencies on HR_API

Line 210: when hr_api.cannot_find_prog_unit then

206: ,p_vre_information20 =>p_vre_information20
207: ) ;
208:
209: exception
210: when hr_api.cannot_find_prog_unit then
211: hr_api.cannot_find_prog_unit_error
212: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
213: ,p_hook_type => 'BP'
214: );

Line 211: hr_api.cannot_find_prog_unit_error

207: ) ;
208:
209: exception
210: when hr_api.cannot_find_prog_unit then
211: hr_api.cannot_find_prog_unit_error
212: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
213: ,p_hook_type => 'BP'
214: );
215: end;

Line 403: when hr_api.cannot_find_prog_unit then

399: );
400:
401:
402: exception
403: when hr_api.cannot_find_prog_unit then
404: hr_api.cannot_find_prog_unit_error
405: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
406: ,p_hook_type => 'AP'
407: );

Line 404: hr_api.cannot_find_prog_unit_error

400:
401:
402: exception
403: when hr_api.cannot_find_prog_unit then
404: hr_api.cannot_find_prog_unit_error
405: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
406: ,p_hook_type => 'AP'
407: );
408: end;

Line 413: raise hr_api.validate_enabled;

409: --
410: -- When in validation only mode raise the Validate_Enabled exception
411: --
412: if p_validate then
413: raise hr_api.validate_enabled;
414: end if;
415: --
416: -- Set all output arguments
417: --

Line 426: when hr_api.validate_enabled then

422:
423: hr_utility.set_location(' Leaving:'||l_proc, 70);
424:
425: exception
426: when hr_api.validate_enabled then
427: --
428: -- As the Validate_Enabled exception has been raised
429: -- we must rollback to the savepoint
430: --

Line 658: when hr_api.cannot_find_prog_unit then

654: ,p_vre_information20 =>p_vre_information20
655: ) ;
656:
657: exception
658: when hr_api.cannot_find_prog_unit then
659: hr_api.cannot_find_prog_unit_error
660: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
661: ,p_hook_type => 'BP'
662: );

Line 659: hr_api.cannot_find_prog_unit_error

655: ) ;
656:
657: exception
658: when hr_api.cannot_find_prog_unit then
659: hr_api.cannot_find_prog_unit_error
660: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
661: ,p_hook_type => 'BP'
662: );
663: end;

Line 844: when hr_api.cannot_find_prog_unit then

840: ,p_effective_end_date =>p_effective_end_date
841: ) ;
842:
843: exception
844: when hr_api.cannot_find_prog_unit then
845: hr_api.cannot_find_prog_unit_error
846: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
847: ,p_hook_type => 'AP'
848: );

Line 845: hr_api.cannot_find_prog_unit_error

841: ) ;
842:
843: exception
844: when hr_api.cannot_find_prog_unit then
845: hr_api.cannot_find_prog_unit_error
846: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
847: ,p_hook_type => 'AP'
848: );
849: end;

Line 856: raise hr_api.validate_enabled;

852: --
853: -- When in validation only mode raise the Validate_Enabled exception
854: --
855: if p_validate then
856: raise hr_api.validate_enabled;
857: end if;
858: --
859: -- Set all output arguments
860: --

Line 867: when hr_api.validate_enabled then

863: --
864: hr_utility.set_location(' Leaving:'||l_proc, 70);
865:
866: exception
867: when hr_api.validate_enabled then
868: --
869: -- As the Validate_Enabled exception has been raised
870: -- we must rollback to the savepoint
871: --

Line 938: when hr_api.cannot_find_prog_unit then

934: ,p_object_version_number =>p_object_version_number
935: ) ;
936:
937: exception
938: when hr_api.cannot_find_prog_unit then
939: hr_api.cannot_find_prog_unit_error
940: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
941: ,p_hook_type => 'BP'
942: );

Line 939: hr_api.cannot_find_prog_unit_error

935: ) ;
936:
937: exception
938: when hr_api.cannot_find_prog_unit then
939: hr_api.cannot_find_prog_unit_error
940: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
941: ,p_hook_type => 'BP'
942: );
943: end;

Line 969: when hr_api.cannot_find_prog_unit then

965: ,p_effective_end_date =>p_effective_end_date
966: ) ;
967:
968: exception
969: when hr_api.cannot_find_prog_unit then
970: hr_api.cannot_find_prog_unit_error
971: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
972: ,p_hook_type => 'AP'
973: );

Line 970: hr_api.cannot_find_prog_unit_error

966: ) ;
967:
968: exception
969: when hr_api.cannot_find_prog_unit then
970: hr_api.cannot_find_prog_unit_error
971: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
972: ,p_hook_type => 'AP'
973: );
974: end;

Line 981: raise hr_api.validate_enabled;

977: --
978: -- When in validation only mode raise the Validate_Enabled exception
979: --
980: if p_validate then
981: raise hr_api.validate_enabled;
982: end if;
983: --
984: -- Set all output arguments
985: --

Line 992: when hr_api.validate_enabled then

988: p_effective_start_date := p_effective_start_date ;
989: p_effective_end_date := p_effective_end_date ;
990: hr_utility.set_location(' Leaving:'||l_proc, 70);
991: exception
992: when hr_api.validate_enabled then
993: --
994: -- As the Validate_Enabled exception has been raised
995: -- we must rollback to the savepoint
996: --