DBA Data[Home] [Help]

PACKAGE: APPS.AST_AMS_SOURCE_PKG

Source


1 PACKAGE ast_ams_source_pkg AUTHID CURRENT_USER as
2 /* $Header: astmsrcs.pls 115.2 2002/02/05 18:03:49 pkm ship      $ */
3 -- Start of Comments
4 -- Package name     : ast_ams_source_pkg
5 -- Purpose          : Function to provide source code name in the view AST_AMS_SOURCE_CODES_V
6 -- History          :
7 -- NOTE             :
8 -- End of Comments
9 
10 function fetch_source_code_name (
11 	p_source_code_type IN VARCHAR2,
12 	p_source_code IN VARCHAR2)
13 return VARCHAR2;
14 
15 END ast_ams_source_pkg;