DBA Data[Home] [Help]

PACKAGE: APPS.IBC_CONTENT_CTX_PKG

Source


1 package ibc_content_ctx_pkg AUTHID DEFINER as
2 /* $Header: ibcintxs.pls 120.1 2005/08/23 04:07:51 srrangar noship $ */
3 /* This is the ibc_content_ctx_pkg spec in apps schema*/
4 
5   -- Used to synthesise all the related data for building index using user-datastore.
6   -- Outputs the indexable content
7   procedure Build_Content_Document(
8     p_rowid IN ROWID, p_clob IN OUT NOCOPY CLOB
9   );
10 
11 end ibc_content_ctx_pkg;