DBA Data[Home] [Help]

APPS.IGS_FI_PRC_IMPCLC_ANC_CHGS dependencies on IGS_FI_COM_REC_INTERFACE

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

585: fnd_file.put_line(fnd_file.log,fnd_message.get);
586:
587: -- Get the value of "Manage Accounts" System Option value.
588: -- If this value is NULL then this process should error out.
589: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,
590: p_v_message_name => l_v_message_name );
591: IF l_v_manage_accounts IS NULL THEN
592: fnd_message.set_name ( 'IGS', l_v_message_name );
593: fnd_file.put_line(fnd_file.log,fnd_message.get);