DBA Data[Home] [Help]

APPS.IGS_FI_REFUNDS_PKG dependencies on IGS_FI_GEN_005

Line 1663: l_rec_installed := igs_fi_gen_005.finp_get_receivables_inst;

1659: FETCH cur_chg_mthd INTO l_cur_chg_mthd;
1660: CLOSE cur_chg_mthd;
1661:
1662: -- Checking which Account Receivables is installed at the client side and insert into corresponding columns accordingly
1663: l_rec_installed := igs_fi_gen_005.finp_get_receivables_inst;
1664:
1665: IF (NVL(l_rec_installed,'N') ='Y') THEN
1666: l_override_dr_rec_ccid := l_cur_chg_mthd.rec_gl_ccid;
1667: l_override_dr_account_cd := NULL;