DBA Data[Home] [Help]

PACKAGE: APPS.FND_IREP_CP_PKG

Source


1 PACKAGE FND_IREP_CP_PKG AUTHID CURRENT_USER AS
2 /* $Header: AFIRCPPS.pls 115.1 2004/05/26 21:39:39 mfisher noship $ */
3 --
4 -- Procedure
5 --   GET_CP_PARAM_ANNOTATIONS
6 --
7 -- Purpose
8 --   Get the parameter details of the given CP
9 --
10 -- Returns: the parameter annotations as a clob enclosed within
11 -- /** and */
12 --
13 --
14 FUNCTION GET_CP_PARAM_ANNOTATIONS(
15                           p_cp_id IN NUMBER,
16                           p_app_id IN NUMBER)
17 			  RETURN VARCHAR2;
18 
19 
20 END FND_IREP_CP_PKG ;