DBA Data[Home] [Help]

APPS.IGS_FI_PRC_APINT dependencies on IGS_FI_COM_REC_INTERFACE

Line 394: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,

390: BEGIN
391:
392: -- Get the value of "Manage Accounts" System Option value.
393: -- If this value is NULL or OTHER then this process should error out.
394: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,
395: p_v_message_name => l_v_message_name );
396: IF l_v_manage_accounts IS NULL OR l_v_manage_accounts = 'OTHER' THEN
397: fnd_message.set_name ( 'IGS', l_v_message_name );
398: -- mark that process shouldn't run anymore.