DBA Data[Home] [Help]

APPS.IRC_ILP_INS dependencies on IRC_LOCATION_PREFERENCES

Line 87: -- Insert the row into: irc_location_preferences

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: irc_ilp_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: irc_location_preferences
88: --
89: insert into irc_location_preferences
90: (location_pref_id
91: ,object_id

Line 89: insert into irc_location_preferences

85: irc_ilp_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: irc_location_preferences
88: --
89: insert into irc_location_preferences
90: (location_pref_id
91: ,object_id
92: ,object_type
93: ,rec_area_id

Line 237: Cursor C_Sel1 is select irc_location_preferences_s.nextval from sys.dual;

233: Procedure pre_insert
234: (p_rec in out nocopy irc_ilp_shd.g_rec_type
235: ) is
236: --
237: Cursor C_Sel1 is select irc_location_preferences_s.nextval from sys.dual;
238: --
239: Cursor C_Sel2 is
240: Select null
241: from irc_location_preferences

Line 241: from irc_location_preferences

237: Cursor C_Sel1 is select irc_location_preferences_s.nextval from sys.dual;
238: --
239: Cursor C_Sel2 is
240: Select null
241: from irc_location_preferences
242: where location_pref_id =
243: irc_ilp_ins.g_location_pref_id_i;
244: --
245: l_proc varchar2(72) := g_package||'pre_insert';

Line 263: fnd_message.set_token('TABLE_NAME','irc_location_preferences');

259: --
260: -- The primary key values are already in use.
261: --
262: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
263: fnd_message.set_token('TABLE_NAME','irc_location_preferences');
264: fnd_message.raise_error;
265: End If;
266: Close C_Sel2;
267: --

Line 418: (p_module_name => 'IRC_LOCATION_PREFERENCES'

414: --
415: when hr_api.cannot_find_prog_unit then
416: --
417: hr_api.cannot_find_prog_unit_error
418: (p_module_name => 'IRC_LOCATION_PREFERENCES'
419: ,p_hook_type => 'AI');
420: --
421: end;
422: --