DBA Data[Home] [Help]

APPS.IRC_CMP_INS dependencies on IRC_COMM_PROPERTIES

Line 87: -- Insert the row into: irc_comm_properties

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --
87: -- Insert the row into: irc_comm_properties
88: --
89: insert into irc_comm_properties
90: (communication_property_id
91: ,object_type

Line 89: insert into irc_comm_properties

85: --
86: --
87: -- Insert the row into: irc_comm_properties
88: --
89: insert into irc_comm_properties
90: (communication_property_id
91: ,object_type
92: ,object_id
93: ,default_comm_status

Line 221: Cursor C_Sel1 is select irc_comm_properties_s.nextval from sys.dual;

217: Procedure pre_insert
218: (p_rec in out nocopy irc_cmp_shd.g_rec_type
219: ) is
220: --
221: Cursor C_Sel1 is select irc_comm_properties_s.nextval from sys.dual;
222: --
223: Cursor C_Sel2 is
224: Select null
225: from irc_comm_properties

Line 225: from irc_comm_properties

221: Cursor C_Sel1 is select irc_comm_properties_s.nextval from sys.dual;
222: --
223: Cursor C_Sel2 is
224: Select null
225: from irc_comm_properties
226: where communication_property_id =
227: irc_cmp_ins.g_communication_property_id_i;
228: --
229: l_proc varchar2(72) := g_package||'pre_insert';

Line 247: fnd_message.set_token('TABLE_NAME','irc_comm_properties');

243: --
244: -- The primary key values are already in use.
245: --
246: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
247: fnd_message.set_token('TABLE_NAME','irc_comm_properties');
248: fnd_message.raise_error;
249: End If;
250: Close C_Sel2;
251: --

Line 386: (p_module_name => 'IRC_COMM_PROPERTIES'

382: --
383: when hr_api.cannot_find_prog_unit then
384: --
385: hr_api.cannot_find_prog_unit_error
386: (p_module_name => 'IRC_COMM_PROPERTIES'
387: ,p_hook_type => 'AI');
388: --
389: end;
390: --