DBA Data[Home] [Help]

APPS.IGS_FI_PRC_LOCKBOX dependencies on IGS_FI_COM_REC_INTERFACE

Line 250: igs_fi_com_rec_interface.chk_manage_account(p_v_manage_acc => l_v_manage_acc,

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