DBA Data[Home] [Help]

APPS.PAY_PBA_SHD dependencies on HR_UTILITY

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

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

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

140: (p_api_name => l_proc
141: ,p_argument => 'BALANCE_ATTRIBUTE_ID'
142: ,p_argument_value => p_balance_attribute_id
143: );
144: hr_utility.set_location(l_proc,6);
145: --
146: Open C_Sel1;
147: Fetch C_Sel1 Into pay_pba_shd.g_old_rec;
148: If C_Sel1%notfound then

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

154: fnd_message.raise_error;
155: End If;
156: Close C_Sel1;
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: --
160: -- We need to trap the ORA LOCK exception
161: --
162: Exception