DBA Data[Home] [Help]

PACKAGE BODY: CTXSYS.IBC_CONTENT_CTX_PKG

Source


1 package body ibc_content_ctx_pkg as                                              
2 /* $Header: ibcintxb.pls 120.4 2005/10/11 12:45:17 srrangar noship $ */                          
3 /* This is the ibc_content_ctx_pkg body in ctxsys schema*/                                         
4                                                                                              
5 procedure Build_Content_Document(                                                                     
6   p_rowid IN ROWID, p_clob IN OUT NOCOPY CLOB                                                
7 ) is                                                                                         
8 begin                                                                                        
9   APPS.ibc_content_ctx_pkg.Build_Content_Document( p_rowid, p_clob );                                       
10 end Build_Content_Document;                                                                           
11                                                                                              
12                                                                                              
13 end ibc_content_ctx_pkg;