DBA Data[Home] [Help]

APPS.PAY_TDU_SHD dependencies on HR_UTILITY

Line 135: hr_utility.set_location('Entering:'||l_proc, 5);

131: --
132: l_proc varchar2(72) := g_package||'lck';
133: --
134: Begin
135: hr_utility.set_location('Entering:'||l_proc, 5);
136: --
137: hr_api.mandatory_arg_error
138: (p_api_name => l_proc
139: ,p_argument => 'TIME_DEFINITION_ID'

Line 142: hr_utility.set_location(l_proc,6);

138: (p_api_name => l_proc
139: ,p_argument => 'TIME_DEFINITION_ID'
140: ,p_argument_value => p_time_definition_id
141: );
142: hr_utility.set_location(l_proc,6);
143: hr_api.mandatory_arg_error
144: (p_api_name => l_proc
145: ,p_argument => 'USAGE_TYPE'
146: ,p_argument_value => p_usage_type

Line 148: hr_utility.set_location(l_proc,7);

144: (p_api_name => l_proc
145: ,p_argument => 'USAGE_TYPE'
146: ,p_argument_value => p_usage_type
147: );
148: hr_utility.set_location(l_proc,7);
149: hr_api.mandatory_arg_error
150: (p_api_name => l_proc
151: ,p_argument => 'OBJECT_VERSION_NUMBER'
152: ,p_argument_value => p_object_version_number

Line 172: hr_utility.set_location(' Leaving:'||l_proc, 10);

168: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
169: fnd_message.raise_error;
170: End If;
171: --
172: hr_utility.set_location(' Leaving:'||l_proc, 10);
173: --
174: -- We need to trap the ORA LOCK exception
175: --
176: Exception