DBA Data[Home] [Help]

APPS.IGF_SP_ASSIGN_PUB dependencies on IGS_FI_COM_REC_INTERFACE

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

443:
444: -- Obtain the value of manage_accounts in the System Options form
445: -- If it is null, then raise error. For normal processing, the value should
446: -- be 'OTHER' or 'STUDENT_FINANCE'
447: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_c_manage_acc,
448: p_v_message_name => l_c_message_name
449: );
450: IF (l_c_manage_acc IS NULL) THEN
451: l_b_error := TRUE;