DBA Data[Home] [Help]

CTXSYS.IBC_CONTENT_CTX_PKG dependencies on IBC_CONTENT_CTX_PKG

Line 1: package body ibc_content_ctx_pkg as

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(

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

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

Line 9: APPS.ibc_content_ctx_pkg.Build_Content_Document( p_rowid, p_clob );

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;

Line 13: end ibc_content_ctx_pkg;

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;