DBA Data[Home] [Help]

APPS.IRC_IDO_DEL dependencies on IRC_DOCUMENTS

Line 63: -- Delete the irc_documents row.

59: --
60: irc_ido_shd.g_api_dml := true; -- Set the dml status
61: --
62: --
63: -- Delete the irc_documents row.
64: --
65: delete from irc_documents
66: where document_id = p_rec.document_id;
67: --

Line 65: delete from irc_documents

61: --
62: --
63: -- Delete the irc_documents row.
64: --
65: delete from irc_documents
66: where document_id = p_rec.document_id;
67: --
68: irc_ido_shd.g_api_dml := false; -- Unset the dml status
69: --

Line 197: (p_module_name => 'IRC_DOCUMENTS'

193: --
194: when hr_api.cannot_find_prog_unit then
195: --
196: hr_api.cannot_find_prog_unit_error
197: (p_module_name => 'IRC_DOCUMENTS'
198: ,p_hook_type => 'AD');
199: --
200: end;
201: --