DBA Data[Home] [Help]

APPS.PQP_VEHICLE_ALLOCATIONS_API dependencies on HR_API

Line 174: when hr_api.cannot_find_prog_unit then

170: ,p_sliding_rates_info =>p_sliding_rates_info
171: ) ;
172:
173: exception
174: when hr_api.cannot_find_prog_unit then
175: hr_api.cannot_find_prog_unit_error
176: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
177: ,p_hook_type => 'BP'
178: );

Line 175: hr_api.cannot_find_prog_unit_error

171: ) ;
172:
173: exception
174: when hr_api.cannot_find_prog_unit then
175: hr_api.cannot_find_prog_unit_error
176: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
177: ,p_hook_type => 'BP'
178: );
179: end;

Line 394: when hr_api.cannot_find_prog_unit then

390: ,p_effective_end_date => p_effective_end_date
391: );
392:
393: exception
394: when hr_api.cannot_find_prog_unit then
395: hr_api.cannot_find_prog_unit_error
396: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
397: ,p_hook_type => 'AP'
398: );

Line 395: hr_api.cannot_find_prog_unit_error

391: );
392:
393: exception
394: when hr_api.cannot_find_prog_unit then
395: hr_api.cannot_find_prog_unit_error
396: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
397: ,p_hook_type => 'AP'
398: );
399: end;

Line 404: raise hr_api.validate_enabled;

400: --
401: -- When in validation only mode raise the Validate_Enabled exception
402: --
403: if p_validate then
404: raise hr_api.validate_enabled;
405: end if;
406: --
407: -- Set all output arguments
408: --

Line 416: when hr_api.validate_enabled then

412: p_effective_end_date := p_effective_end_date ;
413: --
414: hr_utility.set_location(' Leaving:'||l_proc, 70);
415: exception
416: when hr_api.validate_enabled then
417: --
418: -- As the Validate_Enabled exception has been raised
419: -- we must rollback to the savepoint
420: --

Line 621: when hr_api.cannot_find_prog_unit then

617:
618: ) ;
619:
620: exception
621: when hr_api.cannot_find_prog_unit then
622: hr_api.cannot_find_prog_unit_error
623: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
624: ,p_hook_type => 'BP'
625: );

Line 622: hr_api.cannot_find_prog_unit_error

618: ) ;
619:
620: exception
621: when hr_api.cannot_find_prog_unit then
622: hr_api.cannot_find_prog_unit_error
623: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
624: ,p_hook_type => 'BP'
625: );
626: end;

Line 841: when hr_api.cannot_find_prog_unit then

837: ,p_effective_end_date => p_effective_end_date
838: ) ;
839:
840: exception
841: when hr_api.cannot_find_prog_unit then
842: hr_api.cannot_find_prog_unit_error
843: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
844: ,p_hook_type => 'AP'
845: );

Line 842: hr_api.cannot_find_prog_unit_error

838: ) ;
839:
840: exception
841: when hr_api.cannot_find_prog_unit then
842: hr_api.cannot_find_prog_unit_error
843: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
844: ,p_hook_type => 'AP'
845: );
846: end;

Line 853: raise hr_api.validate_enabled;

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

Line 862: when hr_api.validate_enabled then

858: p_effective_start_date := p_effective_start_date;
859: p_effective_end_date := p_effective_end_date ;
860: hr_utility.set_location(' Leaving:'||l_proc, 70);
861: exception
862: when hr_api.validate_enabled then
863: --
864: -- As the Validate_Enabled exception has been raised
865: -- we must rollback to the savepoint
866: --

Line 929: when hr_api.cannot_find_prog_unit then

925: ,p_object_version_number =>p_object_version_number
926: ) ;
927:
928: exception
929: when hr_api.cannot_find_prog_unit then
930: hr_api.cannot_find_prog_unit_error
931: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
932: ,p_hook_type => 'BP'
933: );

Line 930: hr_api.cannot_find_prog_unit_error

926: ) ;
927:
928: exception
929: when hr_api.cannot_find_prog_unit then
930: hr_api.cannot_find_prog_unit_error
931: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
932: ,p_hook_type => 'BP'
933: );
934: end;

Line 972: when hr_api.cannot_find_prog_unit then

968:
969: ) ;
970:
971: exception
972: when hr_api.cannot_find_prog_unit then
973: hr_api.cannot_find_prog_unit_error
974: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
975: ,p_hook_type => 'AP'
976: );

Line 973: hr_api.cannot_find_prog_unit_error

969: ) ;
970:
971: exception
972: when hr_api.cannot_find_prog_unit then
973: hr_api.cannot_find_prog_unit_error
974: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
975: ,p_hook_type => 'AP'
976: );
977: end;

Line 983: raise hr_api.validate_enabled;

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

Line 994: when hr_api.validate_enabled then

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