DBA Data[Home] [Help]

APPS.IRC_VCE_DEL dependencies on IRC_VARIABLE_COMP_ELEMENTS

Line 62: -- Delete the irc_variable_comp_elements row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: irc_vce_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the irc_variable_comp_elements row.
63: --
64: delete from irc_variable_comp_elements
65: where vacancy_id = p_rec.vacancy_id
66: and variable_comp_lookup = p_rec.variable_comp_lookup;

Line 64: delete from irc_variable_comp_elements

60: irc_vce_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the irc_variable_comp_elements row.
63: --
64: delete from irc_variable_comp_elements
65: where vacancy_id = p_rec.vacancy_id
66: and variable_comp_lookup = p_rec.variable_comp_lookup;
67: --
68: irc_vce_shd.g_api_dml := false; -- Unset the api dml status

Line 181: (p_module_name => 'IRC_VARIABLE_COMP_ELEMENTS'

177: --
178: when hr_api.cannot_find_prog_unit then
179: --
180: hr_api.cannot_find_prog_unit_error
181: (p_module_name => 'IRC_VARIABLE_COMP_ELEMENTS'
182: ,p_hook_type => 'AD');
183: --
184: end;
185: --