DBA Data[Home] [Help]

APPS.IGS_FI_AD_HOC_WAV dependencies on IGS_FI_COM_REC_INTERFACE

Line 390: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,

386: log_messages(lookup_desc('IGS_FI_LOCKBOX','TEST_MODE'),test_mode(p_c_test_flag));
387:
388: -- Check the value of Manage Accounts System Option value.
389: -- If its NULL or OTHER then this process should error out by logging message.
390: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,
391: p_v_message_name => l_v_message_name );
392: IF l_v_manage_accounts IS NULL OR l_v_manage_accounts = 'OTHER' THEN
393: fnd_message.set_name ( 'IGS', l_v_message_name );
394: fnd_file.put_line ( fnd_file.LOG, fnd_message.get );