DBA Data[Home] [Help]

APPS.HR_PSF_SHD dependencies on HR_API

Line 941: hr_api.mandatory_arg_error(p_api_name => l_proc,

937: end if;
938: --
939: -- Ensure that all the mandatory arguments are not null
940: --
941: hr_api.mandatory_arg_error(p_api_name => l_proc,
942: p_argument => 'effective_date',
943: p_argument_value => p_effective_date);
944: --
945: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 945: hr_api.mandatory_arg_error(p_api_name => l_proc,

941: hr_api.mandatory_arg_error(p_api_name => l_proc,
942: p_argument => 'effective_date',
943: p_argument_value => p_effective_date);
944: --
945: hr_api.mandatory_arg_error(p_api_name => l_proc,
946: p_argument => 'datetrack_mode',
947: p_argument_value => p_datetrack_mode);
948: --
949: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 949: hr_api.mandatory_arg_error(p_api_name => l_proc,

945: hr_api.mandatory_arg_error(p_api_name => l_proc,
946: p_argument => 'datetrack_mode',
947: p_argument_value => p_datetrack_mode);
948: --
949: hr_api.mandatory_arg_error(p_api_name => l_proc,
950: p_argument => 'position_id',
951: p_argument_value => p_position_id);
952: --
953: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 953: hr_api.mandatory_arg_error(p_api_name => l_proc,

949: hr_api.mandatory_arg_error(p_api_name => l_proc,
950: p_argument => 'position_id',
951: p_argument_value => p_position_id);
952: --
953: hr_api.mandatory_arg_error(p_api_name => l_proc,
954: p_argument => 'object_version_number',
955: p_argument_value => p_object_version_number);
956: --
957: -- Check to ensure the datetrack mode is not INSERT.

Line 1045: When HR_Api.Object_Locked then

1041: --
1042: -- We need to trap the ORA LOCK exception
1043: --
1044: Exception
1045: When HR_Api.Object_Locked then
1046: --
1047: -- The object is locked therefore we need to supply a meaningful
1048: -- error message.
1049: --