DBA Data[Home] [Help]

APPS.HR_UCX_BUS dependencies on HR_API

Line 112: hr_api.mandatory_arg_error

108: hr_utility.set_location('Entering:'||l_proc,10);
109: --
110: -- Check value has been passed
111: --
112: hr_api.mandatory_arg_error
113: (p_api_name => l_proc
114: ,p_argument => 'UI_CONTEXT_KEY'
115: ,p_argument_value => p_label
116: );

Line 195: hr_api.mandatory_arg_error

191: hr_utility.set_location('Entering:'||l_proc,10);
192:
193: --user_interface_id should not be null
194:
195: hr_api.mandatory_arg_error
196: (p_api_name => l_proc
197: ,p_argument => 'USER_INTERFACE_ID'
198: ,p_argument_value => p_user_interface_id
199: );