DBA Data[Home] [Help]

APPS.PAY_BAD_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 => 'ATTRIBUTE_ID'

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

132: (p_api_name => l_proc
133: ,p_argument => 'ATTRIBUTE_ID'
134: ,p_argument_value => p_attribute_id
135: );
136: hr_utility.set_location(l_proc,6);
137: --
138: Open C_Sel1;
139: Fetch C_Sel1 Into pay_bad_shd.g_old_rec;
140: If C_Sel1%notfound then

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

146: fnd_message.raise_error;
147: End If;
148: Close C_Sel1;
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: --
152: -- We need to trap the ORA LOCK exception
153: --
154: Exception