DBA Data[Home] [Help]

APPS.IGS_FI_CC_PMT dependencies on IGS_FI_COM_REC_INTERFACE

Line 297: igs_fi_com_rec_interface.chk_manage_account(p_v_manage_acc => l_c_manage_acc,

293: errbuf := NULL;
294:
295: -- Call the generic proc to obtain the Manage Accounts set up
296: -- in the System Options form.
297: igs_fi_com_rec_interface.chk_manage_account(p_v_manage_acc => l_c_manage_acc,
298: p_v_message_name => l_c_message_name);
299:
300: -- If Manage Accounts is 'Other' or Null, then this process is not available.
301: IF (l_c_manage_acc = 'OTHER') OR (l_c_manage_acc IS NULL) THEN