DBA Data[Home] [Help]

APPS.HR_TIS_BUS dependencies on HR_API

Line 109: hr_api.mandatory_arg_error

105: hr_utility.set_location('Entering:'||l_proc,10);
106:
107: --integration_id should not be null
108:
109: hr_api.mandatory_arg_error
110: (p_api_name => l_proc
111: ,p_argument => 'INTEGRATION_ID'
112: ,p_argument_value => p_integration_id
113: );

Line 182: hr_api.mandatory_arg_error

178: hr_utility.set_location('Entering:'||l_proc,10);
179:
180: --topic_id should not be null
181:
182: hr_api.mandatory_arg_error
183: (p_api_name => l_proc
184: ,p_argument => 'TOPIC_ID'
185: ,p_argument_value => p_topic_id
186: );