DBA Data[Home] [Help]

APPS.IGS_FI_AD_HOC_WAV dependencies on IGS_FI_GEN_GL

Line 94: -- made a call to igs_fi_gen_gl.get_lkp_meaning,which returns the meaning of lookup code of a specific lookup type.

90: --
91: --Change History:
92: --Who When What
93: --vvutukur 21-Jan-2003 Bug#2751136.Used igs_lookup_values in stead of igs_lookups_view.Removed cursor cur_desc and its implementation,instead,
94: -- made a call to igs_fi_gen_gl.get_lkp_meaning,which returns the meaning of lookup code of a specific lookup type.
95: -------------------------------------------------------------------
96: l_desc igs_lookup_values.meaning%TYPE;
97:
98: BEGIN

Line 103: l_desc := igs_fi_gen_gl.get_lkp_meaning(p_v_lookup_type => p_type,

99:
100: IF p_code IS NULL THEN
101: RETURN NULL ;
102: ELSE
103: l_desc := igs_fi_gen_gl.get_lkp_meaning(p_v_lookup_type => p_type,
104: p_v_lookup_code => p_code
105: );
106: END IF ;
107: