DBA Data[Home] [Help]

APPS.XNP_CSISOFUL_U dependencies on FND_API

Line 243: IF l_return_status <> fnd_api.g_ret_sts_success THEN

239: p_transaction_type => l_txn_type,
240: p_transaction_id => l_txn_id,
241: x_trx_return_status => l_return_status,
242: x_trx_error_rec => l_error_rec);
243: IF l_return_status <> fnd_api.g_ret_sts_success THEN
244: RAISE dpl_error;
245: END IF;
246: csi_t_gen_utility_pvt.build_file_name(
247: p_file_segment1 => 'csi', p_file_segment2 => to_char(sysdate,'DDMONYYYY'));