DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_COM_REC_INTERFACE

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

1539: retcode := 0 ; -- initialises the out NOCOPY parameter to 0
1540:
1541: -- Check the value of Manage Accounts System Option value.
1542: -- If its NULL or OTHER then this process should error out by logging message.
1543: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,
1544: p_v_message_name => l_v_message_name );
1545: IF l_v_manage_accounts IS NULL OR l_v_manage_accounts = 'OTHER' THEN
1546: fnd_message.set_name ( 'IGS', l_v_message_name );
1547: fnd_file.put_line ( fnd_file.LOG, fnd_message.get );