DBA Data[Home] [Help]

CTXSYS.CS_SR_CTX_PKG dependencies on CS_SR_CTX_PKG

Line 1: package body cs_sr_ctx_pkg as

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(

Line 3: /* This is the cs_sr_ctx_pkg body in ctxsys schema*/

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

Line 9: APPS.cs_sr_ctx_pkg.build_sr_text( p_rowid, p_clob );

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;

Line 13: end cs_sr_ctx_pkg;

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;