DBA Data[Home] [Help]

APPS.IGF_SP_ROLLOVER dependencies on IGS_FI_COM_REC_INTERFACE

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

208: log_messages(lookup_desc('IGF_AW_LOOKUPS_MSG','TEST_MODE'),l_c_igs_lookups.meaning);
209:
210: -- Obtain the value of manage_accounts in the System Options form
211: -- If it is null then this process is not available, so error out.
212: igs_fi_com_rec_interface.chk_manage_account( p_v_manage_acc => l_v_manage_acc,
213: p_v_message_name => l_v_message_name
214: );
215: IF (l_v_manage_acc IS NULL) THEN
216: fnd_message.set_name('IGS',l_v_message_name);