246: fnd_file.put_line(fnd_file.log,
247: g_v_line_sep);
248:
249: -- Check for Manage Account
250: igs_fi_com_rec_interface.chk_manage_account(p_v_manage_acc => l_v_manage_acc,
251: p_v_message_name => l_v_message_name);
252:
253: -- If Manage Accounts is NULL or is OTHER then error has to be raised
254: IF ((l_v_manage_acc IS NULL) OR (l_v_manage_acc = 'OTHER')) THEN