DBA Data[Home] [Help]

APPS.IRC_JBI_SHD dependencies on HR_UTILITY

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

142: --
143: l_proc varchar2(72) := g_package||'lck';
144: --
145: Begin
146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --
148: hr_api.mandatory_arg_error
149: (p_api_name => l_proc
150: ,p_argument => 'JOB_BASKET_ITEM_ID'

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

149: (p_api_name => l_proc
150: ,p_argument => 'JOB_BASKET_ITEM_ID'
151: ,p_argument_value => p_job_basket_item_id
152: );
153: hr_utility.set_location(l_proc,6);
154: hr_api.mandatory_arg_error
155: (p_api_name => l_proc
156: ,p_argument => 'OBJECT_VERSION_NUMBER'
157: ,p_argument_value => p_object_version_number

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

155: (p_api_name => l_proc
156: ,p_argument => 'OBJECT_VERSION_NUMBER'
157: ,p_argument_value => p_object_version_number
158: );
159: hr_utility.set_location(l_proc,7);
160: --
161: Open C_Sel1;
162: Fetch C_Sel1 Into irc_jbi_shd.g_old_rec;
163: If C_Sel1%notfound then

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

174: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
175: fnd_message.raise_error;
176: End If;
177: --
178: hr_utility.set_location(' Leaving:'||l_proc, 10);
179: --
180: -- We need to trap the ORA LOCK exception
181: --
182: Exception