DBA Data[Home] [Help]

PACKAGE: APPS.EGO_ITEM_UTIL_PVT

Source


1 PACKAGE EGO_ITEM_UTIL_PVT AUTHID DEFINER AS
2 /* $Header: EGOIUTPS.pls 120.0 2006/03/15 04:36:37 dsakalle noship $ */
3 
4   /*
5    * This function returns the lookup meaning for given lookup_code and Type
6    */
7   FUNCTION GET_LOOKUP_MEANING(p_lookup_type IN VARCHAR2, p_lookup_code IN VARCHAR2) RETURN VARCHAR2;
8 
9   /*
10    * This function returns the user name for given user_id
11    */
12   FUNCTION GET_USER_NAME(p_user_id IN NUMBER) RETURN VARCHAR2;
13 
14 END EGO_ITEM_UTIL_PVT;