DBA Data[Home] [Help]

PACKAGE BODY: CTXSYS.CS_SR_CTX_PKG

Source


1 package body cs_sr_ctx_pkg as                                              
2 /* $Header: csctxsrb.pls 120.0 2005/06/01 10:01:55 appldev noship $ */                          
3 /* This is the cs_sr_ctx_pkg body in ctxsys schema*/                                         
4                                                                                              
5 procedure Build_SR_Text(                                                                     
6   p_rowid IN ROWID, p_clob IN OUT NOCOPY CLOB                                                
7 ) is                                                                                         
8 begin                                                                                        
9   APPS.cs_sr_ctx_pkg.build_sr_text( p_rowid, p_clob );                                       
10 end Build_SR_Text;                                                                           
11                                                                                              
12                                                                                              
13 end cs_sr_ctx_pkg;