DBA Data[Home] [Help]

PACKAGE: APPS.AST_INT_PACKAGE

Source


1 PACKAGE ast_int_package AUTHID CURRENT_USER as
2 /* $Header: astints.pls 115.2 2003/01/02 23:54:52 jraj noship $ */
3 -- Start of Comments
4 -- Package name     : ast_int_package
5 -- Purpose          : Function to provide Object details for call statistics.
6 -- History          :
7 -- NOTE             :
8 -- End of Comments
9 
10 procedure int_context_val (
11 	p_sql_statement IN varchar2,
12 	p_object_val IN OUT NOCOPY number,
13 	p_object_id IN number);
14 
15 
16 END;