DBA Data[Home] [Help]

APPS.PER_PGT_SHD dependencies on HR_API

Line 139: hr_api.mandatory_arg_error

135: --
136: Begin
137: hr_utility.set_location('Entering:'||l_proc, 5);
138: --
139: hr_api.mandatory_arg_error
140: (p_api_name => l_proc
141: ,p_argument => 'HIER_NODE_TYPE_ID'
142: ,p_argument_value => p_hier_node_type_id
143: );

Line 145: hr_api.mandatory_arg_error

141: ,p_argument => 'HIER_NODE_TYPE_ID'
142: ,p_argument_value => p_hier_node_type_id
143: );
144: hr_utility.set_location(l_proc,6);
145: hr_api.mandatory_arg_error
146: (p_api_name => l_proc
147: ,p_argument => 'OBJECT_VERSION_NUMBER'
148: ,p_argument_value => p_object_version_number
149: );

Line 173: When HR_Api.Object_Locked then

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