DBA Data[Home] [Help]

APPS.IGF_DB_SF_INTEGRATION dependencies on IGS_FI_COM_REC_INTERFACE

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

1529: fnd_file.put_line(fnd_file.log,' ');
1530:
1531: -- Get the value of "Manage Accounts" System Option value.
1532: -- If this value is NULL then this process should error out.
1533: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,
1534: p_v_message_name => l_v_message_name );
1535: IF l_v_manage_accounts IS NULL THEN
1536: fnd_message.set_name ( 'IGS', l_v_message_name );
1537: fnd_file.put_line( fnd_file.LOG, fnd_message.get );