DBA Data[Home] [Help]

APPS.IGS_FI_PRC_APPL dependencies on FND_PROFILE

Line 696: l_v_fund_auth_profile VARCHAR2(1) := NVL(FND_PROFILE.VALUE('IGS_FI_FUND_AUTH'),'N');

692: l_msg_str_1 VARCHAR2(2000);
693: l_n_charges_app_count NUMBER := 0;
694:
695: /** Below code is Addition due to SFCr020 - 2191470 */
696: l_v_fund_auth_profile VARCHAR2(1) := NVL(FND_PROFILE.VALUE('IGS_FI_FUND_AUTH'),'N');
697: /** Profile value taken as N if not Set - hence used NVL */
698:
699: l_process_credit BOOLEAN;
700: l_cur_cal_end_dt igs_ca_inst.end_dt%TYPE;