DBA Data[Home] [Help]

APPS.IRC_ITA_UPD dependencies on IRC_TEMPLATE_ASSOCIATIONS

Line 68: -- Update the irc_template_associations Row

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

Line 70: update irc_template_associations

66: --
67: --
68: -- Update the irc_template_associations Row
69: --
70: update irc_template_associations
71: set
72: template_association_id = p_rec.template_association_id
73: ,template_id = p_rec.template_id
74: ,default_association = p_rec.default_association

Line 238: (p_module_name => 'IRC_TEMPLATE_ASSOCIATIONS'

234: --
235: when hr_api.cannot_find_prog_unit then
236: --
237: hr_api.cannot_find_prog_unit_error
238: (p_module_name => 'IRC_TEMPLATE_ASSOCIATIONS'
239: ,p_hook_type => 'AU');
240: --
241: end;
242: --