DBA Data[Home] [Help]

APPS.IRC_VCE_INS dependencies on IRC_VARIABLE_COMP_ELEMENTS

Line 71: -- Insert the row into: irc_variable_comp_elements

67: p_rec.object_version_number := 1; -- Initialise the object version
68: --
69: irc_vce_shd.g_api_dml := true; -- Set the api dml status
70: --
71: -- Insert the row into: irc_variable_comp_elements
72: --
73: insert into irc_variable_comp_elements
74: (vacancy_id
75: ,variable_comp_lookup

Line 73: insert into irc_variable_comp_elements

69: irc_vce_shd.g_api_dml := true; -- Set the api dml status
70: --
71: -- Insert the row into: irc_variable_comp_elements
72: --
73: insert into irc_variable_comp_elements
74: (vacancy_id
75: ,variable_comp_lookup
76: ,object_version_number
77: )

Line 236: (p_module_name => 'IRC_VARIABLE_COMP_ELEMENTS'

232: --
233: when hr_api.cannot_find_prog_unit then
234: --
235: hr_api.cannot_find_prog_unit_error
236: (p_module_name => 'IRC_VARIABLE_COMP_ELEMENTS'
237: ,p_hook_type => 'AI');
238: --
239: end;
240: --