DBA Data[Home] [Help]

APPS.IRC_CMP_UPD dependencies on IRC_COMM_PROPERTIES

Line 68: -- Update the irc_comm_properties Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the irc_comm_properties Row
69: --
70: update irc_comm_properties
71: set
72: communication_property_id = p_rec.communication_property_id

Line 70: update irc_comm_properties

66: --
67: --
68: -- Update the irc_comm_properties Row
69: --
70: update irc_comm_properties
71: set
72: communication_property_id = p_rec.communication_property_id
73: ,object_type = p_rec.object_type
74: ,object_id = p_rec.object_id

Line 348: (p_module_name => 'IRC_COMM_PROPERTIES'

344: --
345: when hr_api.cannot_find_prog_unit then
346: --
347: hr_api.cannot_find_prog_unit_error
348: (p_module_name => 'IRC_COMM_PROPERTIES'
349: ,p_hook_type => 'AU');
350: --
351: end;
352: --