DBA Data[Home] [Help]

APPS.PAY_JP_ENTRIES_PKG dependencies on HR_API

Line 675: If hr_api.not_exists_in_hr_lookups(

671: If l_rec.lookup_type is not NULL then
672: --
673: -- Lookup_type validation with effective_date.
674: --
675: If hr_api.not_exists_in_hr_lookups(
676: p_effective_date => p_effective_date,
677: p_lookup_type => l_rec.lookup_type,
678: p_lookup_code => p_canonical_value) then
679: hr_utility.set_message(801,'HR_7033_ELE_ENTRY_LKUP_INVLD');

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

962: hr_utility.set_location('Entering:'||l_proc, 5);
963: --
964: -- Ensure that all the mandatory arguments are not null
965: --
966: hr_api.mandatory_arg_error(p_api_name => l_proc,
967: p_argument => 'effective_date',
968: p_argument_value => p_effective_date);
969: --
970: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

966: hr_api.mandatory_arg_error(p_api_name => l_proc,
967: p_argument => 'effective_date',
968: p_argument_value => p_effective_date);
969: --
970: hr_api.mandatory_arg_error(p_api_name => l_proc,
971: p_argument => 'datetrack_mode',
972: p_argument_value => p_datetrack_mode);
973: --
974: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

970: hr_api.mandatory_arg_error(p_api_name => l_proc,
971: p_argument => 'datetrack_mode',
972: p_argument_value => p_datetrack_mode);
973: --
974: hr_api.mandatory_arg_error(p_api_name => l_proc,
975: p_argument => 'element_entry_id',
976: p_argument_value => p_element_entry_id);
977: --
978: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

974: hr_api.mandatory_arg_error(p_api_name => l_proc,
975: p_argument => 'element_entry_id',
976: p_argument_value => p_element_entry_id);
977: --
978: hr_api.mandatory_arg_error(p_api_name => l_proc,
979: p_argument => 'object_version_number',
980: p_argument_value => p_object_version_number);
981: --
982: -- Check to ensure the datetrack mode is not INSERT.

Line 1076: When HR_Api.Object_Locked then

1072: --
1073: -- We need to trap the ORA LOCK exception
1074: --
1075: Exception
1076: When HR_Api.Object_Locked then
1077: --
1078: -- The object is locked therefore we need to supply a meaningful
1079: -- error message.
1080: --