DBA Data[Home] [Help]

APPS.PAY_SBA_SHD dependencies on HR_UTILITY

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

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

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

134: (p_api_name => l_proc
135: ,p_argument => 'BALANCE_ATTRIBUTE_ID'
136: ,p_argument_value => p_balance_attribute_id
137: );
138: hr_utility.set_location(l_proc,6);
139: hr_api.mandatory_arg_error
140: (p_api_name => l_proc
141: ,p_argument => 'OBJECT_VERSION_NUMBER'
142: ,p_argument_value => p_object_version_number

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

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