DBA Data[Home] [Help]

APPS.HR_ITF_BUS dependencies on HR_API

Line 112: hr_api.mandatory_arg_error

108: Begin
109:
110: hr_utility.set_location(' Entering:' || l_proc,10);
111:
112: hr_api.mandatory_arg_error
113: (p_api_name => l_proc
114: ,p_argument => 'TYPE'
115: ,p_argument_value => p_type
116: );

Line 123: if hr_api.not_exists_in_hrstanlookups

119: hr_utility.set_location('validating:'||l_proc,20);
120:
121: --Is it neccessary to validate against not_exists_in_fnd_lookups?
122:
123: if hr_api.not_exists_in_hrstanlookups
124: (p_effective_date => p_effective_date
125: ,p_lookup_type => 'HR_KPI_UI_TYPE'
126: ,p_lookup_code => p_type
127: ) then