DBA Data[Home] [Help]

APPS.IRC_VCE_UPD dependencies on IRC_VARIABLE_COMP_ELEMENTS

Line 68: -- Update the irc_variable_comp_elements Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: irc_vce_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the irc_variable_comp_elements Row
69: --
70: update irc_variable_comp_elements
71: set
72: vacancy_id = p_rec.vacancy_id

Line 70: update irc_variable_comp_elements

66: irc_vce_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the irc_variable_comp_elements Row
69: --
70: update irc_variable_comp_elements
71: set
72: vacancy_id = p_rec.vacancy_id
73: ,variable_comp_lookup = p_rec.variable_comp_lookup
74: ,object_version_number = p_rec.object_version_number

Line 211: (p_module_name => 'IRC_VARIABLE_COMP_ELEMENTS'

207: --
208: when hr_api.cannot_find_prog_unit then
209: --
210: hr_api.cannot_find_prog_unit_error
211: (p_module_name => 'IRC_VARIABLE_COMP_ELEMENTS'
212: ,p_hook_type => 'AU');
213: --
214: end;
215: --