DBA Data[Home] [Help]

APPS.IGS_FI_CHARGES_API_PVT dependencies on IGS_FI_COM_REC_INTERFACE

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

1573: x_return_status := fnd_api.g_ret_sts_success;
1574:
1575: -- Get the value of "Manage Accounts" System Option value.
1576: -- If this value is NULL then this process should error out.
1577: igs_fi_com_rec_interface.chk_manage_account ( p_v_manage_acc => l_v_manage_accounts,
1578: p_v_message_name => l_v_message_name );
1579: IF l_v_manage_accounts IS NULL THEN
1580: fnd_message.set_name ( 'IGS', l_v_message_name );
1581: fnd_msg_pub.add;