DBA Data[Home] [Help]

APPS.PAY_KR_SEP_FORM_PKG dependencies on HR_API

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

516: end if;
517: --
518: -- Ensure that all the mandatory arguments are not null
519: --
520: hr_api.mandatory_arg_error(p_api_name => l_proc,
521: p_argument => 'effective_date',
522: p_argument_value => p_effective_date);
523: --
524: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

520: hr_api.mandatory_arg_error(p_api_name => l_proc,
521: p_argument => 'effective_date',
522: p_argument_value => p_effective_date);
523: --
524: hr_api.mandatory_arg_error(p_api_name => l_proc,
525: p_argument => 'datetrack_mode',
526: p_argument_value => p_datetrack_mode);
527: --
528: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

524: hr_api.mandatory_arg_error(p_api_name => l_proc,
525: p_argument => 'datetrack_mode',
526: p_argument_value => p_datetrack_mode);
527: --
528: hr_api.mandatory_arg_error(p_api_name => l_proc,
529: p_argument => 'element_entry_id',
530: p_argument_value => p_element_entry_id);
531: --
532: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

528: hr_api.mandatory_arg_error(p_api_name => l_proc,
529: p_argument => 'element_entry_id',
530: p_argument_value => p_element_entry_id);
531: --
532: hr_api.mandatory_arg_error(p_api_name => l_proc,
533: p_argument => 'object_version_number',
534: p_argument_value => p_object_version_number);
535: --
536: -- Check to ensure the datetrack mode is not INSERT.

Line 638: when HR_Api.Object_Locked then

634: --
635: -- We need to trap the ORA LOCK exception
636: --
637: exception
638: when HR_Api.Object_Locked then
639: --
640: -- The object is locked therefore we need to supply a meaningful
641: -- error message.
642: --

Line 1185: if hr_api.not_exists_in_hr_lookups(

1181: if l_rec.lookup_type is not NULL then
1182: --
1183: -- Lookup_type validation with effective_date.
1184: --
1185: if hr_api.not_exists_in_hr_lookups(
1186: p_effective_date => p_effective_date,
1187: p_lookup_type => l_rec.lookup_type,
1188: p_lookup_code => p_canonical_value) then
1189: hr_utility.set_message(801,'HR_7033_ELE_ENTRY_LKUP_INVLD');