DBA Data[Home] [Help]

APPS.IRC_DOCUMENT_API dependencies on IRC_IDO_SHD

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

898: textkey => l_rowid,
899: restab => clob_doc,
900: plaintext => true);
901: --
902: irc_ido_shd.g_api_dml := true; -- Set the api dml status
903: --
904: update irc_documents
905: set character_doc = clob_doc
906: where document_id = p_document_id;

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

904: update irc_documents
905: set character_doc = clob_doc
906: where document_id = p_document_id;
907: --
908: irc_ido_shd.g_api_dml := false; -- Unset the api dml status
909: --
910: hr_utility.set_location(l_proc||' - BLOB Conversion Complete', 20);
911: --
912: -- Synchronize interMedia index