DBA Data[Home] [Help]

APPS.IRC_IPT_BUS dependencies on HR_API

Line 158: hr_api.mandatory_arg_error

154: hr_utility.set_location('Entering:'||l_proc, 10);
155: --
156: -- Only proceed with SQL validation if absolutely necessary
157: --
158: hr_api.mandatory_arg_error
159: (p_api_name => l_proc
160: ,p_argument => 'source_lang'
161: ,p_argument_value => p_source_lang
162: );

Line 168: and nvl(irc_ipt_shd.g_old_rec.language, hr_api.g_varchar2)

164: hr_utility.set_location(l_proc,20);
165: if ((irc_ipt_shd.g_old_rec.posting_content_id is
166: null and p_language is not null)
167: or (irc_ipt_shd.g_old_rec.posting_content_id is not null
168: and nvl(irc_ipt_shd.g_old_rec.language, hr_api.g_varchar2)
169: <> nvl(p_language, hr_api.g_varchar2))) then
170: --
171: hr_utility.set_location(l_proc,30);
172: --

Line 169: <> nvl(p_language, hr_api.g_varchar2))) then

165: if ((irc_ipt_shd.g_old_rec.posting_content_id is
166: null and p_language is not null)
167: or (irc_ipt_shd.g_old_rec.posting_content_id is not null
168: and nvl(irc_ipt_shd.g_old_rec.language, hr_api.g_varchar2)
169: <> nvl(p_language, hr_api.g_varchar2))) then
170: --
171: hr_utility.set_location(l_proc,30);
172: --
173: -- Check value has been passed

Line 190: if nvl(l_installed_flag,hr_api.g_varchar2) not in ('I','B') then

186: end if;
187: close csr_language;
188: --
189: hr_utility.set_location('Leaving:'||l_proc,40);
190: if nvl(l_installed_flag,hr_api.g_varchar2) not in ('I','B') then
191: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
192: fnd_message.set_token('PROCEDURE', l_proc);
193: fnd_message.set_token('STEP','20');
194: fnd_message.raise_error;