DBA Data[Home] [Help]

APPS.IGF_SP_ROLLOVER dependencies on IGF_LOOKUPS_VIEW

Line 369: l_desc igf_lookups_view.meaning%TYPE ;

365: --Who When What
366: --vvutukur 07-Mar-2003 Bug#2822725.Removed cursor to fetch the meaning of lookup,instead used generic function.
367: -------------------------------------------------------------------
368:
369: l_desc igf_lookups_view.meaning%TYPE ;
370:
371: BEGIN
372: IF p_code IS NULL THEN
373: RETURN NULL;