DBA Data[Home] [Help]

APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_COM_REC_INTERFACE

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

1252: retcode:= 0;
1253:
1254: -- Obtain the value of manage_accounts in the System Options form
1255: -- If it is null or 'OTHER', then this process is not available, so error out.
1256: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_v_manage_acc,
1257: p_v_message_name => l_v_message_name
1258: );
1259: IF (l_v_manage_acc = 'OTHER') OR (l_v_manage_acc IS NULL) THEN
1260: fnd_message.set_name('IGS',l_v_message_name);