DBA Data[Home] [Help]

APPS.PAY_JP_ENTRIES_PKG dependencies on HR_API

Line 659: If hr_api.not_exists_in_hr_lookups(

655: If l_rec.lookup_type is not NULL then
656: --
657: -- Lookup_type validation with effective_date.
658: --
659: If hr_api.not_exists_in_hr_lookups(
660: p_effective_date => p_effective_date,
661: p_lookup_type => l_rec.lookup_type,
662: p_lookup_code => p_canonical_value) then
663: hr_utility.set_message(801,'HR_7033_ELE_ENTRY_LKUP_INVLD');

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

946: hr_utility.set_location('Entering:'||l_proc, 5);
947: --
948: -- Ensure that all the mandatory arguments are not null
949: --
950: hr_api.mandatory_arg_error(p_api_name => l_proc,
951: p_argument => 'effective_date',
952: p_argument_value => p_effective_date);
953: --
954: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

950: hr_api.mandatory_arg_error(p_api_name => l_proc,
951: p_argument => 'effective_date',
952: p_argument_value => p_effective_date);
953: --
954: hr_api.mandatory_arg_error(p_api_name => l_proc,
955: p_argument => 'datetrack_mode',
956: p_argument_value => p_datetrack_mode);
957: --
958: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

954: hr_api.mandatory_arg_error(p_api_name => l_proc,
955: p_argument => 'datetrack_mode',
956: p_argument_value => p_datetrack_mode);
957: --
958: hr_api.mandatory_arg_error(p_api_name => l_proc,
959: p_argument => 'element_entry_id',
960: p_argument_value => p_element_entry_id);
961: --
962: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

958: hr_api.mandatory_arg_error(p_api_name => l_proc,
959: p_argument => 'element_entry_id',
960: p_argument_value => p_element_entry_id);
961: --
962: hr_api.mandatory_arg_error(p_api_name => l_proc,
963: p_argument => 'object_version_number',
964: p_argument_value => p_object_version_number);
965: --
966: -- Check to ensure the datetrack mode is not INSERT.

Line 1060: When HR_Api.Object_Locked then

1056: --
1057: -- We need to trap the ORA LOCK exception
1058: --
1059: Exception
1060: When HR_Api.Object_Locked then
1061: --
1062: -- The object is locked therefore we need to supply a meaningful
1063: -- error message.
1064: --