DBA Data[Home] [Help]

PACKAGE: APPS.PQP_EFC_UTILS

Source


1 PACKAGE pqp_efc_utils  AS
2 /* $Header: pqpefutl.pkh 120.1 2005/05/30 00:12:46 rvishwan noship $ */
3 --
4 
5 -- ----------------------------------------------------------------------------
6 -- |---------------------------< get_efc_version >----------------------------|
7 -- ----------------------------------------------------------------------------
8 --
9 -- Description:
10 --  Determines the latest EFC / minipack version to have been applied.
11 --
12 -- ----------------------------------------------------------------------------
13 
14 FUNCTION get_efc_version RETURN VARCHAR2;
15 
16 --
17 END pqp_efc_utils;