DBA Data[Home] [Help]

APPS.PQH_DEF_SHD dependencies on HR_API

Line 135: hr_api.mandatory_arg_error

131: --
132: Begin
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: --
135: hr_api.mandatory_arg_error
136: (p_api_name => l_proc
137: ,p_argument => 'WRKPLC_VLDTN_ID'
138: ,p_argument_value => p_wrkplc_vldtn_id
139: );

Line 141: hr_api.mandatory_arg_error

137: ,p_argument => 'WRKPLC_VLDTN_ID'
138: ,p_argument_value => p_wrkplc_vldtn_id
139: );
140: hr_utility.set_location(l_proc,6);
141: hr_api.mandatory_arg_error
142: (p_api_name => l_proc
143: ,p_argument => 'OBJECT_VERSION_NUMBER'
144: ,p_argument_value => p_object_version_number
145: );

Line 169: When HR_Api.Object_Locked then

165: --
166: -- We need to trap the ORA LOCK exception
167: --
168: Exception
169: When HR_Api.Object_Locked then
170: --
171: -- The object is locked therefore we need to supply a meaningful
172: -- error message.
173: --