DBA Data[Home] [Help]

APPS.PQH_TRL_SHD dependencies on HR_API

Line 124: hr_api.mandatory_arg_error

120: --
121: Begin
122: hr_utility.set_location('Entering:'||l_proc, 5);
123: --
124: hr_api.mandatory_arg_error
125: (p_api_name => l_proc
126: ,p_argument => 'TABLE_ROUTE_ID'
127: ,p_argument_value => p_table_route_id
128: );

Line 130: hr_api.mandatory_arg_error

126: ,p_argument => 'TABLE_ROUTE_ID'
127: ,p_argument_value => p_table_route_id
128: );
129: hr_utility.set_location(l_proc,6);
130: hr_api.mandatory_arg_error
131: (p_api_name => l_proc
132: ,p_argument => 'LANGUAGE'
133: ,p_argument_value => p_language
134: );

Line 154: When HR_Api.Object_Locked then

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