DBA Data[Home] [Help]

APPS.IGS_FI_GEN_007 dependencies on IGS_FI_GEN_GL

Line 260: l_status := igs_fi_gen_gl.check_gl_dt_appl_not_valid ( p_d_gl_date => p_d_gl_date,

256: OPEN c_igs_fi_cr_types(p_credit_id);
257: FETCH c_igs_fi_cr_types INTO rec_c_igs_fi_cr_types;
258: CLOSE c_igs_fi_cr_types;
259: IF rec_c_igs_fi_cr_types.credit_class <> 'ONLINE PAYMENT' THEN
260: l_status := igs_fi_gen_gl.check_gl_dt_appl_not_valid ( p_d_gl_date => p_d_gl_date,
261: p_n_invoice_id => p_invoice_id,
262: p_n_credit_id => p_credit_id
263: );
264: -- IF the passed GL Date value is before the GL Date of the charge or credit being applied to,