DBA Data[Home] [Help]

APPS.IRC_DOCUMENT_API dependencies on IRC_IDO_SHD

Line 926: irc_ido_shd.g_api_dml := true; -- Set the api dml status

922: textkey => l_rowid,
923: restab => clob_doc,
924: plaintext => true);
925: --
926: irc_ido_shd.g_api_dml := true; -- Set the api dml status
927: --
928: update irc_documents
929: set character_doc = clob_doc
930: where document_id = p_document_id;

Line 932: irc_ido_shd.g_api_dml := false; -- Unset the api dml status

928: update irc_documents
929: set character_doc = clob_doc
930: where document_id = p_document_id;
931: --
932: irc_ido_shd.g_api_dml := false; -- Unset the api dml status
933: --
934: hr_utility.set_location(l_proc||' - BLOB Conversion Complete', 20);
935: --
936: -- Synchronize interMedia index