DBA Data[Home] [Help]

APPS.IGS_FI_ACCT_STP_CNV dependencies on IGS_FI_CONTROL_ALL

Line 202: FROM igs_fi_control_all fc;

198: -------------------------------------------------------------------*/
199:
200: CURSOR cur_ctrl IS
201: SELECT fc.rowid, fc.*
202: FROM igs_fi_control_all fc;
203:
204: l_cur_ctrl cur_ctrl%ROWTYPE;
205:
206: CURSOR cur_chk_acct_rec_exists(cp_v_fee_type igs_fi_fee_type.fee_type%TYPE,

Line 363: --This process is intended to for onetime usage only. Check if the value of acct_conv_flag in igs_fi_control_all is null.

359: retcode := 2;
360: RETURN;
361: END IF;
362:
363: --This process is intended to for onetime usage only. Check if the value of acct_conv_flag in igs_fi_control_all is null.
364: --If this value is not null, then message is logged in the log file and process completes with warning.
365: IF l_cur_ctrl.acct_conv_flag IS NOT NULL THEN
366: fnd_message.set_name('IGS','IGS_FI_ACCT_CNV_PRC_NOT_REQ');
367: fnd_file.put_line(fnd_file.log,fnd_message.get);