DBA Data[Home] [Help]

APPS.IRC_RSE_UPD dependencies on IRC_ALL_RECRUITING_SITES

Line 68: -- Update the irc_all_recruiting_sites Row

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

Line 70: update irc_all_recruiting_sites

66: irc_rse_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the irc_all_recruiting_sites Row
69: --
70: update irc_all_recruiting_sites
71: set
72: recruiting_site_id = p_rec.recruiting_site_id
73: ,date_from = p_rec.date_from
74: ,date_to = p_rec.date_to

Line 424: (p_module_name => 'IRC_ALL_RECRUITING_SITES'

420: --
421: when hr_api.cannot_find_prog_unit then
422: --
423: hr_api.cannot_find_prog_unit_error
424: (p_module_name => 'IRC_ALL_RECRUITING_SITES'
425: ,p_hook_type => 'AU');
426: --
427: end;
428: --