DBA Data[Home] [Help]

APPS.IGS_FI_PRC_STDNT_DPSTS dependencies on IGS_FI_COM_REC_INTERFACE

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

1497: igs_ge_gen_003.set_org_id(NULL);
1498:
1499: -- Obtain the value of manage_accounts in the System Options form
1500: -- If it is null or 'OTHER', then this process is not available, so error out.
1501: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_v_manage_acc,
1502: p_v_message_name => l_c_message_name
1503: );
1504: IF (l_v_manage_acc = 'OTHER') OR (l_v_manage_acc IS NULL) THEN
1505: fnd_message.set_name('IGS',l_c_message_name);