DBA Data[Home] [Help]

APPS.IRC_IPT_BUS dependencies on IRC_IPT_SHD

Line 45: (p_rec in irc_ipt_shd.g_rec_type

41: --
42: -- {End Of Comments}
43: -- ----------------------------------------------------------------------------
44: Procedure chk_non_updateable_args
45: (p_rec in irc_ipt_shd.g_rec_type
46: ) IS
47: --
48: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
49: --

Line 55: IF NOT irc_ipt_shd.api_updating

51: --
52: -- Only proceed with the validation if a row exists for the current
53: -- record in the HR Schema.
54: --
55: IF NOT irc_ipt_shd.api_updating
56: (p_posting_content_id => p_rec.posting_content_id
57: ,p_language => p_rec.language
58: ) THEN
59: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 110: if ((irc_ipt_shd.g_old_rec.posting_content_id is

106: fnd_message.set_name('PER','IRC_412029_IPT_NAME_MND');
107: fnd_message.raise_error;
108: end if;
109: hr_utility.set_location('Entering:'||l_proc,20);
110: if ((irc_ipt_shd.g_old_rec.posting_content_id is
111: null)
112: or (irc_ipt_shd.g_old_rec.posting_content_id is not null
113: and irc_ipt_shd.g_old_rec.name <> p_name)) then
114: open csr_name;

Line 112: or (irc_ipt_shd.g_old_rec.posting_content_id is not null

108: end if;
109: hr_utility.set_location('Entering:'||l_proc,20);
110: if ((irc_ipt_shd.g_old_rec.posting_content_id is
111: null)
112: or (irc_ipt_shd.g_old_rec.posting_content_id is not null
113: and irc_ipt_shd.g_old_rec.name <> p_name)) then
114: open csr_name;
115: fetch csr_name into l_name;
116: hr_utility.set_location('Entering:'||l_proc,30);

Line 113: and irc_ipt_shd.g_old_rec.name <> p_name)) then

109: hr_utility.set_location('Entering:'||l_proc,20);
110: if ((irc_ipt_shd.g_old_rec.posting_content_id is
111: null)
112: or (irc_ipt_shd.g_old_rec.posting_content_id is not null
113: and irc_ipt_shd.g_old_rec.name <> p_name)) then
114: open csr_name;
115: fetch csr_name into l_name;
116: hr_utility.set_location('Entering:'||l_proc,30);
117: if (csr_name%found)

Line 165: if ((irc_ipt_shd.g_old_rec.posting_content_id is

161: ,p_argument_value => p_source_lang
162: );
163: --
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

Line 167: or (irc_ipt_shd.g_old_rec.posting_content_id is not null

163: --
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);

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 206: (p_rec in irc_ipt_shd.g_rec_type

202: -- ----------------------------------------------------------------------------
203: -- |---------------------------< insert_validate >----------------------------|
204: -- ----------------------------------------------------------------------------
205: Procedure insert_validate
206: (p_rec in irc_ipt_shd.g_rec_type
207: ) is
208: --
209: l_proc varchar2(72) := g_package||'insert_validate';
210: --

Line 234: (p_rec in irc_ipt_shd.g_rec_type

230: -- ----------------------------------------------------------------------------
231: -- |---------------------------< update_validate >----------------------------|
232: -- ----------------------------------------------------------------------------
233: Procedure update_validate
234: (p_rec in irc_ipt_shd.g_rec_type
235: ) is
236: --
237: l_proc varchar2(72) := g_package||'update_validate';
238: --

Line 263: (p_rec in irc_ipt_shd.g_rec_type

259: -- ----------------------------------------------------------------------------
260: -- |---------------------------< delete_validate >----------------------------|
261: -- ----------------------------------------------------------------------------
262: Procedure delete_validate
263: (p_rec in irc_ipt_shd.g_rec_type
264: ) is
265: --
266: l_proc varchar2(72) := g_package||'delete_validate';
267: --