DBA Data[Home] [Help]

PACKAGE: APPS.GCS_LEX_MAP_PKG

Source


1 PACKAGE GCS_LEX_MAP_PKG AUTHID CURRENT_USER as
2 /* $Header: gcslxmps.pls 115.0 2003/08/15 18:50:29 jhhuang noship $ */
3 
4 -- Package
5 --   gcs_lex_map_pkg
6 -- Purpose
7 --   routines used by lexical mapping feature
8 -- History
9 --   04/11/03
10 
11   --
12   -- Function
13   --   get_concatenated_conditions
14   -- Purpose
15   --   retrieves and concatenates all conditions with a derivation_id with "AND"
16   -- History
17   --   04-11-2003   J Huang     Created
18   -- Notes
19   --
20   FUNCTION get_concat_conditions(Derivation_id NUMBER )RETURN VARCHAR2;
21 END GCS_LEX_MAP_PKG;
22