DBA Data[Home] [Help]

APPS.PER_WBT_SHD dependencies on HR_API

Line 120: hr_api.mandatory_arg_error

116: --
117: Begin
118: hr_utility.set_location('Entering:'||l_proc, 5);
119: --
120: hr_api.mandatory_arg_error
121: (p_api_name => l_proc
122: ,p_argument => 'WORKBENCH_ITEM_CODE'
123: ,p_argument_value => p_workbench_item_code
124: );

Line 126: hr_api.mandatory_arg_error

122: ,p_argument => 'WORKBENCH_ITEM_CODE'
123: ,p_argument_value => p_workbench_item_code
124: );
125: hr_utility.set_location(l_proc,6);
126: hr_api.mandatory_arg_error
127: (p_api_name => l_proc
128: ,p_argument => 'LANGUAGE'
129: ,p_argument_value => p_language
130: );

Line 150: When HR_Api.Object_Locked then

146: --
147: -- We need to trap the ORA LOCK exception
148: --
149: Exception
150: When HR_Api.Object_Locked then
151: --
152: -- The object is locked therefore we need to supply a meaningful
153: -- error message.
154: --