DBA Data[Home] [Help]

APPS.OTA_RUD_BUS dependencies on OTA_GENERAL

Line 401: ota_general.check_domain_value ('RESOURCE_TYPE', p_resource_type);

397: begin
398: --
399: hr_utility.set_location ('Entering:' || l_proc, 5);
400: --
401: ota_general.check_domain_value ('RESOURCE_TYPE', p_resource_type);
402: --
403: hr_utility.set_location (' Leaving:' || l_proc, 10);
404: --
405: end check_resource_type;

Line 447: ota_general.check_domain_value ('TRAINER_PARTICIPATION', p_role_to_play);

443: End If;
444: --
445: End If;
446: --
447: ota_general.check_domain_value ('TRAINER_PARTICIPATION', p_role_to_play);
448: --
449: End If;
450: hr_utility.set_location (' Leaving:' || l_proc, 10);
451: --

Line 468: ota_general.check_domain_value ('RESOURCE_USAGE_REASON', p_usage_reason);

464: begin
465: --
466: hr_utility.set_location ('Entering' || l_proc, 10);
467: --
468: ota_general.check_domain_value ('RESOURCE_USAGE_REASON', p_usage_reason);
469: --
470: hr_utility.set_location (' Leaving:' || l_proc, 10);
471: --
472: end check_usage_reason;