DBA Data[Home] [Help]

APPS.IRC_IDP_UPD dependencies on IRC_DEFAULT_POSTINGS

Line 68: -- Update the irc_default_postings Row

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

Line 70: update irc_default_postings

66: irc_idp_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the irc_default_postings Row
69: --
70: update irc_default_postings
71: set
72: default_posting_id = p_rec.default_posting_id
73: ,position_id = p_rec.position_id
74: ,job_id = p_rec.job_id

Line 375: (p_module_name => 'IRC_DEFAULT_POSTINGS'

371: --
372: when hr_api.cannot_find_prog_unit then
373: --
374: hr_api.cannot_find_prog_unit_error
375: (p_module_name => 'IRC_DEFAULT_POSTINGS'
376: ,p_hook_type => 'AU');
377: --
378: end;
379: --