DBA Data[Home] [Help]

APPS.FV_CCR_UTIL_PVT dependencies on FND_LOOKUPS

Line 1884: Function get_lookup_desc gets the meaning from fnd_lookups

1880:
1881: END get_org_mainaddrsite_id;
1882:
1883: /*-------------------------------------------------------------------
1884: Function get_lookup_desc gets the meaning from fnd_lookups
1885: given a lookup code and type.
1886: This function is used in FvCcrVendorCodesVO which in turn
1887: is used in the View Goods and Services page.
1888: -------------------------------------------------------------------*/

Line 1894: l_lookup_meaning fnd_lookups.meaning%TYPE;

1890: p_lookup_code IN VARCHAR2
1891: ) RETURN VARCHAR2
1892: IS
1893:
1894: l_lookup_meaning fnd_lookups.meaning%TYPE;
1895:
1896: BEGIN
1897: l_lookup_meaning := NULL;
1898: