DBA Data[Home] [Help]

APPS.HR_OTY_SHD dependencies on HR_UTILITY

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

125: --
126: l_proc varchar2(72) := g_package||'lck';
127: --
128: Begin
129: hr_utility.set_location('Entering:'||l_proc, 5);
130: --
131: hr_api.mandatory_arg_error
132: (p_api_name => l_proc
133: ,p_argument => 'OPTION_TYPE_ID'

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

132: (p_api_name => l_proc
133: ,p_argument => 'OPTION_TYPE_ID'
134: ,p_argument_value => p_option_type_id
135: );
136: hr_utility.set_location(l_proc,6);
137: hr_api.mandatory_arg_error
138: (p_api_name => l_proc
139: ,p_argument => 'OBJECT_VERSION_NUMBER'
140: ,p_argument_value => p_object_version_number

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

156: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
157: fnd_message.raise_error;
158: End If;
159: --
160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: --
162: -- We need to trap the ORA LOCK exception
163: --
164: Exception