DBA Data[Home] [Help]

APPS.IGS_FI_CREDIT_PVT dependencies on IGS_FI_COM_REC_INTERFACE

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

178: x_return_status := fnd_api.g_ret_sts_success;
179:
180: -- Get the value of "Manage Accounts" System Option value.
181: -- If this value is NULL then this process should error out.
182: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,
183: p_v_message_name => l_v_message_name );
184: IF l_v_manage_accounts IS NULL THEN
185: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
186: fnd_message.set_name ( 'IGS', l_v_message_name );