DBA Data[Home] [Help]

APPS.IRC_IDT_BUS dependencies on IRC_IDT_SHD

Line 46: (p_rec in irc_idt_shd.g_rec_type

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

Line 58: IF NOT irc_idt_shd.api_updating

54: --
55: -- Only proceed with the validation if a row exists for the current
56: -- record in the HR Schema.
57: --
58: IF NOT irc_idt_shd.api_updating
59: (p_default_posting_id => p_rec.default_posting_id
60: ,p_language => p_rec.language
61: ) THEN
62: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 100: if ((irc_idt_shd.g_old_rec.default_posting_id is null and p_language is not null)

96: --
97: -- Only proceed with SQL validation if absolutely necessary
98: --
99:
100: if ((irc_idt_shd.g_old_rec.default_posting_id is null and p_language is not null)
101: or (irc_idt_shd.g_old_rec.default_posting_id is not null
102: and nvl(irc_idt_shd.g_old_rec.language, hr_api.g_varchar2)
103: <> nvl(p_language, hr_api.g_varchar2))) then
104: --

Line 101: or (irc_idt_shd.g_old_rec.default_posting_id is not null

97: -- Only proceed with SQL validation if absolutely necessary
98: --
99:
100: if ((irc_idt_shd.g_old_rec.default_posting_id is null and p_language is not null)
101: or (irc_idt_shd.g_old_rec.default_posting_id is not null
102: and nvl(irc_idt_shd.g_old_rec.language, hr_api.g_varchar2)
103: <> nvl(p_language, hr_api.g_varchar2))) then
104: --
105: hr_utility.set_location(l_proc,30);

Line 102: and nvl(irc_idt_shd.g_old_rec.language, hr_api.g_varchar2)

98: --
99:
100: if ((irc_idt_shd.g_old_rec.default_posting_id is null and p_language is not null)
101: or (irc_idt_shd.g_old_rec.default_posting_id is not null
102: and nvl(irc_idt_shd.g_old_rec.language, hr_api.g_varchar2)
103: <> nvl(p_language, hr_api.g_varchar2))) then
104: --
105: hr_utility.set_location(l_proc,30);
106: --

Line 147: (p_rec in irc_idt_shd.g_rec_type

143: -- ----------------------------------------------------------------------------
144: -- |---------------------------< insert_validate >----------------------------|
145: -- ----------------------------------------------------------------------------
146: Procedure insert_validate
147: (p_rec in irc_idt_shd.g_rec_type
148: ) is
149: --
150: l_proc varchar2(72) := g_package||'insert_validate';
151: --

Line 177: (p_rec in irc_idt_shd.g_rec_type

173: -- ----------------------------------------------------------------------------
174: -- |---------------------------< update_validate >----------------------------|
175: -- ----------------------------------------------------------------------------
176: Procedure update_validate
177: (p_rec in irc_idt_shd.g_rec_type
178: ) is
179: --
180: l_proc varchar2(72) := g_package||'update_validate';
181: --

Line 212: (p_rec in irc_idt_shd.g_rec_type

208: -- ----------------------------------------------------------------------------
209: -- |---------------------------< delete_validate >----------------------------|
210: -- ----------------------------------------------------------------------------
211: Procedure delete_validate
212: (p_rec in irc_idt_shd.g_rec_type
213: ) is
214: --
215: l_proc varchar2(72) := g_package||'delete_validate';
216: --