DBA Data[Home] [Help]

APPS.IRC_IDO_UPD dependencies on IRC_DOCUMENTS

Line 69: -- Update the irc_documents Row

65: --
66: irc_ido_shd.g_api_dml := true; -- Set the dml status
67: --
68: --
69: -- Update the irc_documents Row
70: --
71: update irc_documents
72: set
73: document_id = p_rec.document_id

Line 71: update irc_documents

67: --
68: --
69: -- Update the irc_documents Row
70: --
71: update irc_documents
72: set
73: document_id = p_rec.document_id
74: ,party_id = p_rec.party_id
75: ,assignment_id = p_rec.assignment_id

Line 261: (p_module_name => 'IRC_DOCUMENTS'

257: --
258: when hr_api.cannot_find_prog_unit then
259: --
260: hr_api.cannot_find_prog_unit_error
261: (p_module_name => 'IRC_DOCUMENTS'
262: ,p_hook_type => 'AU');
263: --
264: end;
265: --