DBA Data[Home] [Help]

APPS.FV_CCR_UTIL_PVT dependencies on FND_LOOKUPS

Line 2105: Function get_lookup_desc gets the meaning from fnd_lookups

2101:
2102: END get_org_mainaddrsite_id;
2103:
2104: /*-------------------------------------------------------------------
2105: Function get_lookup_desc gets the meaning from fnd_lookups
2106: given a lookup code and type.
2107: This function is used in FvCcrVendorCodesVO which in turn
2108: is used in the View Goods and Services page.
2109: -------------------------------------------------------------------*/

Line 2115: l_lookup_meaning fnd_lookups.meaning%TYPE;

2111: p_lookup_code IN VARCHAR2
2112: ) RETURN VARCHAR2
2113: IS
2114:
2115: l_lookup_meaning fnd_lookups.meaning%TYPE;
2116:
2117: BEGIN
2118: l_lookup_meaning := NULL;
2119: