DBA Data[Home] [Help]

APPS.IGS_FI_PAYMENT_PLANS dependencies on IGS_FI_COM_REC_INTERFACE

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

186: fnd_file.put_line(fnd_file.log,g_v_line);
187:
188: -- Obtain the value of manage_accounts in the System Options form
189: -- If it is null or 'OTHER', then this process is not available, so error out.
190: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_v_manage_acc,
191: p_v_message_name => l_v_message_name
192: );
193: IF (l_v_manage_acc = 'OTHER' OR l_v_manage_acc IS NULL) THEN
194: fnd_message.set_name('IGS',l_v_message_name);

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

651: fnd_file.put_line(fnd_file.log,g_v_line);
652:
653: -- Obtain the value of manage_accounts in the System Options form
654: -- If it is null or 'OTHER', then this process is not available, so error out.
655: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_v_manage_acc,
656: p_v_message_name => l_v_message_name
657: );
658: IF (l_v_manage_acc = 'OTHER' OR l_v_manage_acc IS NULL) THEN
659: fnd_message.set_name('IGS',l_v_message_name);

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

1242: fnd_file.new_line(fnd_file.log,1);
1243:
1244: -- Obtain the value of manage_accounts in the System Options form
1245: -- If it is null or 'OTHER', then this process is not available, so error out.
1246: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_v_manage_acc,
1247: p_v_message_name => l_v_message_name
1248: );
1249: IF (l_v_manage_acc = 'OTHER' OR l_v_manage_acc IS NULL) THEN
1250: fnd_message.set_name('IGS',l_v_message_name);