DBA Data[Home] [Help]

APPS.IGS_FI_AD_HOC_WAV dependencies on IGS_LOOKUPS_VIEW

Line 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,

89: --Known limitations/enhancements and/or remarks:
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:

Line 180: p_c_bal_type IN igs_lookups_view.lookup_code%TYPE ,

176:
177: PROCEDURE group_waiver_proc( errbuf OUT NOCOPY VARCHAR2 ,
178: retcode OUT NOCOPY NUMBER ,
179: p_c_action IN VARCHAR2 ,
180: p_c_bal_type IN igs_lookups_view.lookup_code%TYPE ,
181: p_d_start_dt IN VARCHAR2 ,
182: p_d_end_dt IN VARCHAR2 ,
183: p_d_release_dt IN VARCHAR2 ,
184: p_n_person_id IN igs_pe_person_v.person_id%TYPE ,