DBA Data[Home] [Help]

APPS.IRC_INO_BUS dependencies on IRC_INO_SHD

Line 106: (p_rec in irc_ino_shd.g_rec_type

102: --
103: -- {End Of Comments}
104: -- ----------------------------------------------------------------------------
105: Procedure chk_non_updateable_args
106: (p_rec in irc_ino_shd.g_rec_type
107: ) IS
108: --
109: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
110: --

Line 116: IF NOT irc_ino_shd.api_updating

112: --
113: -- Only proceed with the validation if a row exists for the current
114: -- record in the HR Schema.
115: --
116: IF NOT irc_ino_shd.api_updating
117: (p_note_id => p_rec.note_id
118: ,p_object_version_number => p_rec.object_version_number
119: ) THEN
120: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 129: if p_rec.note_id <> irc_ino_shd.g_old_rec.note_id

125: --
126: -- Add checks to ensure non-updateable args have
127: -- not been updated.
128: --
129: if p_rec.note_id <> irc_ino_shd.g_old_rec.note_id
130: then
131: hr_api.argument_changed_error
132: (p_api_name => l_proc
133: ,p_argument => 'NOTE_ID'

Line 134: ,p_base_table => irc_ino_shd.g_tab_nam

130: then
131: hr_api.argument_changed_error
132: (p_api_name => l_proc
133: ,p_argument => 'NOTE_ID'
134: ,p_base_table => irc_ino_shd.g_tab_nam
135: );
136: end if;
137: --
138: if p_rec.offer_status_history_id <> irc_ino_shd.g_old_rec.offer_status_history_id

Line 138: if p_rec.offer_status_history_id <> irc_ino_shd.g_old_rec.offer_status_history_id

134: ,p_base_table => irc_ino_shd.g_tab_nam
135: );
136: end if;
137: --
138: if p_rec.offer_status_history_id <> irc_ino_shd.g_old_rec.offer_status_history_id
139: then
140: hr_api.argument_changed_error
141: (p_api_name => l_proc
142: ,p_argument => 'OFFER_STATUS_HISTORY_ID'

Line 143: ,p_base_table => irc_ino_shd.g_tab_nam

139: then
140: hr_api.argument_changed_error
141: (p_api_name => l_proc
142: ,p_argument => 'OFFER_STATUS_HISTORY_ID'
143: ,p_base_table => irc_ino_shd.g_tab_nam
144: );
145: end if;
146: --
147: End chk_non_updateable_args;

Line 219: (p_rec in irc_ino_shd.g_rec_type

215: -- ----------------------------------------------------------------------------
216: -- |---------------------------< insert_validate >----------------------------|
217: -- ----------------------------------------------------------------------------
218: Procedure insert_validate
219: (p_rec in irc_ino_shd.g_rec_type
220: ) is
221: --
222: l_proc varchar2(72) := g_package||'insert_validate';
223: --

Line 247: (p_rec in irc_ino_shd.g_rec_type

243: -- ----------------------------------------------------------------------------
244: -- |---------------------------< update_validate >----------------------------|
245: -- ----------------------------------------------------------------------------
246: Procedure update_validate
247: (p_rec in irc_ino_shd.g_rec_type
248: ) is
249: --
250: l_proc varchar2(72) := g_package||'update_validate';
251: --

Line 271: (p_rec in irc_ino_shd.g_rec_type

267: -- ----------------------------------------------------------------------------
268: -- |---------------------------< delete_validate >----------------------------|
269: -- ----------------------------------------------------------------------------
270: Procedure delete_validate
271: (p_rec in irc_ino_shd.g_rec_type
272: ) is
273: --
274: l_proc varchar2(72) := g_package||'delete_validate';
275: --