DBA Data[Home] [Help]

APPS.IGS_FI_GL_INTERFACE dependencies on IGS_FI_COM_REC_INTERFACE

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

1113:
1114: -- Check the value of Manage Accounts System Option value.
1115: -- If its NULL or OTHER then this process should error out by logging message.
1116: l_v_message_name := NULL;
1117: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,
1118: p_v_message_name => l_v_message_name );
1119: IF l_v_manage_accounts IS NULL OR l_v_manage_accounts = 'OTHER' THEN
1120: fnd_message.set_name ( 'IGS', l_v_message_name );
1121: fnd_file.put_line ( fnd_file.LOG, fnd_message.get );